Remove "warn" parameter from command module
This is removed in ansible 2.14. Change-Id: I454908a306bfa5d6311261448ebefab6df1b20a7
This commit is contained in:
parent
c5e00f91f7
commit
a6001b7a36
@ -49,7 +49,6 @@
|
|||||||
changed_when: _apparmor_profile_disabled.rc == 2
|
changed_when: _apparmor_profile_disabled.rc == 2
|
||||||
failed_when: _apparmor_profile_disabled.rc not in [0,2]
|
failed_when: _apparmor_profile_disabled.rc not in [0,2]
|
||||||
args:
|
args:
|
||||||
warn: no
|
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
become: yes
|
become: yes
|
||||||
delegate_to: "{{ physical_host | default('localhost') }}"
|
delegate_to: "{{ physical_host | default('localhost') }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user