diff options
| author | boom2 <blizzack@blizzack.com> | 2023-11-22 22:39:56 -0500 |
|---|---|---|
| committer | boom2 <blizzack@blizzack.com> | 2023-11-22 22:39:56 -0500 |
| commit | d00dff82886992cdad94ac70bc438ec5b2bda1a2 (patch) | |
| tree | fc6e286816e8aaf48043b92fd81fc109569989f5 /ansible-practice/05-playbook-add-content-to-created-file.yml | |
| parent | 74b826b2e9783df019eea265772746cab691ce54 (diff) | |
more playbooks related to bash configs
Diffstat (limited to 'ansible-practice/05-playbook-add-content-to-created-file.yml')
| -rw-r--r-- | ansible-practice/05-playbook-add-content-to-created-file.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ansible-practice/05-playbook-add-content-to-created-file.yml b/ansible-practice/05-playbook-add-content-to-created-file.yml index de3fdb6..f8d859c 100644 --- a/ansible-practice/05-playbook-add-content-to-created-file.yml +++ b/ansible-practice/05-playbook-add-content-to-created-file.yml @@ -9,8 +9,7 @@ tasks: - name: Creating a file with content copy: - dest: "~/ansible_created_file-02.txt" + dest: "~/tmp/temp_files/ansible_created_file-02.txt" content: | line 01 line 02 -...
\ No newline at end of file |
