Created
February 7, 2019 23:45
-
-
Save greghaynes/5b5719280c3117f3f7fa2bb6c5fdecba 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
tasks: | |
- name: Create a file called '/tmp/testfile.txt' with the content 'hello world'. | |
copy: | |
content: "hello world\n" | |
dest: /tmp/testfile.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment