Merged in ITOPSENG-436-skip-some-tasks-on-update (pull request #88)

ITOPSENG-436 skip some tasks on update

Approved-by: Ben Partridge
This commit is contained in:
Lee Goolsbee
2020-03-16 18:46:05 +00:00
7 changed files with 13 additions and 0 deletions

View File

@@ -113,4 +113,6 @@
- atl_proxy_name is defined
- atl_tomcat_scheme is defined
- db_created is undefined or not db_created.changed
tags:
- skip_on_stack_update
ignore_errors: yes # For Molecule as it has no db test framework included

View File

@@ -117,6 +117,8 @@
- atl_proxy_name is defined
- atl_tomcat_scheme is defined
- db_created is undefined or not db_created.changed
tags:
- skip_on_stack_update
ignore_errors: yes # For Molecule as it has no db test framework included
- name: Check that crowd.cfg.xml exists

View File

@@ -115,4 +115,6 @@
- atl_proxy_name is defined
- atl_tomcat_scheme is defined
- db_created is undefined or not db_created.changed
tags:
- skip_on_stack_update
ignore_errors: yes # For Molecule as it has no db test framework included