mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-02 07:48:32 +02:00
Fixed taging for disabled host
This commit is contained in:
@ -1,3 +1,6 @@
|
|||||||
|
- name: Set sudoers
|
||||||
|
become: "{{ false if inventory_hostname == 'nas.home.lan' else true }}"
|
||||||
|
block:
|
||||||
- name: Allow the backup jd to sudo /myapps/omv_backup.py
|
- name: Allow the backup jd to sudo /myapps/omv_backup.py
|
||||||
community.general.sudoers:
|
community.general.sudoers:
|
||||||
name: allow-backup
|
name: allow-backup
|
||||||
|
Reference in New Issue
Block a user