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
418b5a0647
commit
1709e6aecf
@ -66,7 +66,7 @@
|
||||
dest: /etc/init.d/
|
||||
mode: '755'
|
||||
owner: admin
|
||||
when: inventory_hostname != 'nas.home.lan'
|
||||
when: inventory_hostname == 'nas.home.lan'
|
||||
become: "{{ 'no' if inventory_hostname == 'nas.home.lan' else 'yes' }}"
|
||||
|
||||
- name: Upload service script2
|
||||
@ -75,7 +75,7 @@
|
||||
dest: /usr/bin/
|
||||
mode: '755'
|
||||
owner: admin
|
||||
when: inventory_hostname != 'nas.home.lan'
|
||||
when: inventory_hostname == 'router.home.lan'
|
||||
become: "{{ 'no' if inventory_hostname == 'nas.home.lan' else 'yes' }}"
|
||||
|
||||
- name: Install bottle python package
|
||||
|
Loading…
x
Reference in New Issue
Block a user