mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +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
|
||||
community.general.sudoers:
|
||||
name: allow-backup
|
||||
|
Reference in New Issue
Block a user