mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-05-04 14:49:49 +02:00
build
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
- name: Setup
|
- name: Setup
|
||||||
become: "{{ 'no' if inventory_hostname in ['sectorq.cloud', 'nas.home.lan'] else 'yes' }}"
|
become: "{{ 'no' if inventory_hostname in ['sectorq.cloud', 'nas.home.lan'] else 'yes' }}"
|
||||||
|
any_errors_fatal: false
|
||||||
|
ignore_unreachable: true
|
||||||
block:
|
block:
|
||||||
- name: Gather facts
|
- name: Gather facts
|
||||||
ansible.builtin.setup:
|
ansible.builtin.setup:
|
||||||
ignore_unreachable: true
|
|
||||||
Reference in New Issue
Block a user