Remove warn argument for command/shell
Since ansible-core 2.14 you can't use warn as module argument. It's being removed to avoid module failure. Change-Id: I7287d449b8fd0ad970e37aa63b5cb25f88197858
This commit is contained in:
parent
afac01d955
commit
34b6061ab5
@ -90,8 +90,6 @@
|
|||||||
systemctl
|
systemctl
|
||||||
{{ systemd_mount_states[item.state] }}
|
{{ systemd_mount_states[item.state] }}
|
||||||
$(systemd-escape -p --suffix="{{ systemd_mount_suffix }}" "{{ systemd_mount_item }}")
|
$(systemd-escape -p --suffix="{{ systemd_mount_suffix }}" "{{ systemd_mount_item }}")
|
||||||
args:
|
|
||||||
warn: no
|
|
||||||
changed_when: false
|
changed_when: false
|
||||||
when:
|
when:
|
||||||
- item.state is defined
|
- item.state is defined
|
||||||
|
Loading…
Reference in New Issue
Block a user