Created
May 25, 2019 14:53
-
-
Save sshnaidm/c45e019fa64d37ffcfde3a11e185cb83 to your computer and use it in GitHub Desktop.
medium
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
--- | |
- hosts: centos | |
gather_facts: false | |
tasks: | |
- name: Create files with copy content module | |
copy: | |
content: | | |
test file {{ item }} | |
dest: ~/file_{{item}} | |
with_sequence: start=1 end={{ n }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment