Check all places with check_mode: no for side effects (#8573)

and fix the one with side effect.

Also removes `notify` from this task as the task has `changed_when: false`
and notify is not going to fire.
This commit is contained in:
Ilya Margolin 2022-02-23 10:20:18 +01:00 committed by GitHub
parent 1d46c07307
commit e053ee4272
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,11 +156,9 @@
executable: /bin/bash
no_log: true
changed_when: false
check_mode: no
when: (('calico_rr' in groups and inventory_hostname in groups['calico_rr']) or
inventory_hostname in groups['k8s_cluster']) and
sync_certs|default(false) and inventory_hostname not in groups['etcd']
notify: set etcd_secret_changed
- name: Gen_certs | check certificate permissions
file: