Created
June 3, 2020 20:26
-
-
Save NanoDano/3f5f610af3a349f62a1872190999b2b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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