local.yml 118 B

123456789
  1. ---
  2. - hosts: localhost
  3. tasks:
  4. - name: touch file
  5. file:
  6. dest: /tmp/testfile
  7. state: touch