mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
fix: avoid false idempotence with capabilities module
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
364d06f294
commit
77388aa56b
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
capability: cap_net_raw+ep
|
||||
state: present
|
||||
when: not ansible_check_mode
|
||||
changed_when: "'molecule-idempotence-notest' not in ansible_skip_tags"
|
||||
|
||||
- name: Check Debug Message
|
||||
ansible.builtin.debug:
|
||||
|
|
Loading…
Reference in a new issue