mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-12-14 18:04:53 +01:00
build
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
- name: Setup
|
||||
become: "{{ 'no' if inventory_hostname == 'nas.home.lan' else 'yes' }}"
|
||||
become: "{{ 'no' if inventory_hostname in ['sectorq.cloud', 'nas.home.lan'] else 'yes' }}"
|
||||
block:
|
||||
- name: Gather facts
|
||||
ansible.builtin.setup:
|
||||
|
||||
Reference in New Issue
Block a user