subtasks.

This commit is contained in:
2024-03-17 13:37:54 +01:00
parent 91fb8962a4
commit e71dc87368
12 changed files with 79 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
- name: Informationen sammeln
ansible.builtin.debug:
var: ansible_facts
- name: leeres File anlegen
file:
path: /home/pi/testwhen
state: touch
when: (ansible_facts['hostname'] == 'brandine' or ansible_facts['hostname'] == 'kirk')