upt playbook

This commit is contained in:
jaydee 2024-07-08 22:58:17 +02:00
parent e0945fec05
commit 9ac9ff0e45

View File

@ -71,7 +71,7 @@
when: inventory_hostname not in groups['nas'] when: inventory_hostname not in groups['nas']
become: "{{ 'no' if inventory_hostname in groups['nas'] else 'yes' }}" become: "{{ 'no' if inventory_hostname in groups['nas'] else 'yes' }}"
- name: Install bottle python package1 - name: Restart mqtt service
ansible.builtin.shell: "(/etc/init.d/mqtt_srv.sh restart >/dev/null 2>&1 &)" ansible.builtin.shell: "(/etc/init.d/mqtt_srv.sh restart >/dev/null 2>&1 &)"
async: 10 async: 10
poll: 0 poll: 0