Created
May 25, 2019 14:39
-
-
Save sshnaidm/db45db23666d9e309a4d376a4ba56d66 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: all | |
gather_facts: false | |
tasks: | |
- name: Create files with copy content module | |
copy: | |
src: "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