mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02:00
bitwarden
This commit is contained in:
@ -3,14 +3,14 @@
|
||||
ignore_unreachable: false
|
||||
ignore_errors: true
|
||||
tasks:
|
||||
- name: Install python3-pip
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- python3-pip
|
||||
update_cache: yes
|
||||
# - name: Install python3-pip
|
||||
# ansible.builtin.apt:
|
||||
# name:
|
||||
# - python3-pip
|
||||
# update_cache: yes
|
||||
|
||||
when: inventory_hostname not in groups['nas'] and inventory_hostname not in groups['router']
|
||||
become: "{{ 'no' if inventory_hostname in groups['nas'] else 'yes' }}"
|
||||
# when: inventory_hostname not in groups['nas'] and inventory_hostname not in groups['router']
|
||||
# become: "{{ 'no' if inventory_hostname in groups['nas'] else 'yes' }}"
|
||||
|
||||
|
||||
- name: Upload service config
|
||||
|
Reference in New Issue
Block a user