This commit is contained in:
2025-05-24 19:47:41 +02:00
parent 6a0f33c73f
commit 230c665365

View File

@ -5,6 +5,7 @@
ansible.builtin.include_vars:
file: jaydee.yml
name: mysecrets
when: inventory_hostname != 'nas.home.lan'
- name: Delete content & directory
ansible.builtin.file:
state: absent
@ -18,6 +19,7 @@
update: true
clone: true
version: main
when: inventory_hostname != 'nas.home.lan'
- name: Print
ansible.builtin.debug:
msg: "{{ inventory_hostname }}"
@ -28,6 +30,7 @@
mode: '0755'
owner: root
group: root
when: inventory_hostname != 'nas.home.lan'
- name: Upload script
ansible.builtin.copy: