Remove parameter 'warn: false' from ansible roles
This commit is contained in:
parent
ac84a2b058
commit
d094df0158
@ -30,7 +30,7 @@
|
||||
set -o pipefail
|
||||
curl -s {{ wazuh_agent_config.repo.gpg }} | apt-key add -
|
||||
args:
|
||||
warn: false
|
||||
# warn: false
|
||||
executable: /bin/bash
|
||||
changed_when: false
|
||||
when:
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
set -o pipefail
|
||||
curl -s {{ wazuh_manager_config.repo.gpg }} | apt-key add -
|
||||
args:
|
||||
warn: false
|
||||
# warn: false
|
||||
executable: /bin/bash
|
||||
changed_when: false
|
||||
when:
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
shell: |
|
||||
./check_packages.sh {{ wazuh_version }}
|
||||
args:
|
||||
warn: false
|
||||
# warn: false
|
||||
executable: /bin/bash
|
||||
chdir: "{{ role_path }}/scripts/"
|
||||
delegate_to: localhost
|
||||
|
||||
Loading…
Reference in New Issue
Block a user