mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
upt playbook
This commit is contained in:
parent
7ac519c756
commit
50110e773c
@ -6,7 +6,7 @@
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- python3-pip
|
||||
when: inventory_hostname not in groups['nas']
|
||||
when: inventory_hostname not in groups['nas','router']
|
||||
become: "{{ 'no' if inventory_hostname in groups['nas'] else 'yes' }}"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user