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
ece70d35e4
commit
abc76981d0
@ -63,7 +63,7 @@
|
||||
become: "{{ 'no' if inventory_hostname in groups['nas'] else 'yes' }}"
|
||||
|
||||
- name: Install bottle python package
|
||||
ansible.builtin.shell: "/share/ZFS530_DATA/.qpkg/QPython312/bin/python3 /share/Data/__GITLAB/mqtt_srv/mqtt_srv.py > /dev/null 2>&1 &"
|
||||
ansible.builtin.shell: '/share/ZFS530_DATA/.qpkg/QPython312/bin/python3 /share/Data/__GITLAB/mqtt_srv/mqtt_srv.py > /dev/null 2>&1 &'
|
||||
when: inventory_hostname in groups['nas']
|
||||
become: "{{ 'no' if inventory_hostname in groups['nas'] else 'yes' }}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user