ansible/playbooks/97_test.yml
2022-12-14 02:23:34 +01:00

10 lines
167 B
YAML

---
- hosts: "{{ working_host | default('nas') }}"
become: false
gather_facts: False
tasks:
- debug:
msg: play1
- name: Test
command: free