Skip to content

Instantly share code, notes, and snippets.

@NanoDano
Created June 3, 2020 20:26
Show Gist options
  • Save NanoDano/3f5f610af3a349f62a1872190999b2b4 to your computer and use it in GitHub Desktop.
Save NanoDano/3f5f610af3a349f62a1872190999b2b4 to your computer and use it in GitHub Desktop.
# local_play.yaml
- name: Local play
hosts: localhost
connection: local
tasks:
- name: Create a text file
command: touch test.txt
- name: Rename the file
command: mv test.txt test.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment