From 51b282b65f1d36b547206b00bdd2a29c880da44e Mon Sep 17 00:00:00 2001 From: boom2 Date: Sun, 17 Dec 2023 09:08:55 -0500 Subject: - add simple python regex tester w/ an accompanied ansible test - add create user ansible test - organized scattered referenced URLs into one place --- ansible-practice/05-playbook-add-content-to-created-file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible-practice/05-playbook-add-content-to-created-file.yml') 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 60b1c05..decf848 100644 --- a/ansible-practice/05-playbook-add-content-to-created-file.yml +++ b/ansible-practice/05-playbook-add-content-to-created-file.yml @@ -8,7 +8,7 @@ connection: local tasks: - name: Creating a file with content - copy: + ansible.builtin.copy: dest: "~/tmp/temp_files/ansible_created_file-02.txt" content: | line 01 -- cgit v1.2.3-54-g00ecf