We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7def9 commit beb3c11Copy full SHA for beb3c11
playbooks/delius_oem_metrics_setup/delius_oem_metrics_setup/tasks/modify_metric_thresholds.yml
@@ -99,7 +99,8 @@
99
when:
100
- item.0.target_type == item.1.target_type
101
- (item.0.target_name == item.1.target_name) or (item.1.target_name == 'all')
102
- register: enable_disable_collections
+ - item.1.collection_attribute == 'interval'
103
+ register: reschedule_collections
104
105
- name: Setup Database Credentials
106
include_tasks: configure_database_credentials.yml
0 commit comments