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
c1b284f0ac
commit
f9bacc2284
@ -3,14 +3,14 @@
|
|||||||
ignore_unreachable: false
|
ignore_unreachable: false
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: Install python3-pip
|
# - name: Install python3-pip
|
||||||
ansible.builtin.apt:
|
# ansible.builtin.apt:
|
||||||
name:
|
# name:
|
||||||
- python3-pip
|
# - python3-pip
|
||||||
update_cache: yes
|
# update_cache: yes
|
||||||
|
|
||||||
when: inventory_hostname not in groups['nas'] and inventory_hostname not in groups['router']
|
# when: inventory_hostname not in groups['nas'] and inventory_hostname not in groups['router']
|
||||||
become: "{{ 'no' if inventory_hostname in groups['nas'] else 'yes' }}"
|
# become: "{{ 'no' if inventory_hostname in groups['nas'] else 'yes' }}"
|
||||||
|
|
||||||
|
|
||||||
- name: Upload service config
|
- name: Upload service config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user