mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
10 lines
167 B
YAML
10 lines
167 B
YAML
|
---
|
||
|
- hosts: "{{ working_host | default('nas') }}"
|
||
|
become: false
|
||
|
gather_facts: False
|
||
|
tasks:
|
||
|
- debug:
|
||
|
msg: play1
|
||
|
|
||
|
- name: Test
|
||
|
command: free
|