mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
bitwarden
This commit is contained in:
parent
ad31fa3f59
commit
f4276dc37a
@ -63,7 +63,7 @@
|
|||||||
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: Install bottle python package1
|
||||||
ansible.builtin.shell: "(/etc/init.d/mqtt start >/dev/null 2>&1 &)"
|
ansible.builtin.shell: "(/etc/init.d/mqtt restart >/dev/null 2>&1 &)"
|
||||||
async: 10
|
async: 10
|
||||||
poll: 0
|
poll: 0
|
||||||
when: inventory_hostname in groups['nas']
|
when: inventory_hostname in groups['nas']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user