ansible-workstation/playbooks/info.yaml
2024-11-22 10:45:41 -06:00

7 lines
174 B
YAML

---
- hosts: all
become: true
tasks:
- name: Is this a livecd?
ansible.builtin.debug:
msg: "{{ ansible_nodename }} {{ ansible_nodename == 'archiso' }}"