blob: a3fac5dc153e86df501e3ca9d284637da17eabaa (
plain)
1
2
3
4
5
6
7
8
9
|
---
- hosts: whatever
tasks:
- name: Hello world
ansible.builtin.action: debug msg="Hello!"
- name: This should be fine too
ansible.builtin.action: file state=touch mode=0644 dest=./wherever
|