Remove warn argument for command/shell

Since ansible-core 2.14 you can't use warn as module argument.

Change-Id: Id5ae73222a1109ad13b0b70ba3d02063d931ff90
This commit is contained in:
Dmitriy Rabotyagov 2023-07-06 18:18:48 +02:00
parent 60009ed7ce
commit cef3aa94f6
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@
command: "/usr/local/bin/galera_secure_node"
args:
creates: "{{ galera_data_dir }}/osa_default_secured"
warn: no
when:
- ansible_facts['pkg_mgr'] != "apt"
- not galera_upgrade