Remove obsolete warn directive from shell call

This commit is contained in:
Stefan Haun 2024-01-09 22:17:14 +01:00
parent 68d7d1185e
commit 806b65a9eb

View file

@ -204,7 +204,6 @@
become: yes become: yes
become_user: "{{ gatekeeper_user }}" become_user: "{{ gatekeeper_user }}"
ansible.builtin.shell: ansible.builtin.shell:
warn: false
chdir: "/home/{{ gatekeeper_user }}/mqtt-tools" chdir: "/home/{{ gatekeeper_user }}/mqtt-tools"
cmd: | cmd: |
mkdir build mkdir build