Merge pull request 'Remove obsolete warn directive from shell call' () from platon-fix into master

Reviewed-on: 
This commit is contained in:
Stefan Haun 2024-01-09 22:18:15 +01:00
commit 3ba276c262

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