From 549d301042cfebd793d28e3922d590c02275991e Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 26 Jan 2025 08:27:35 -0500 Subject: [PATCH] clean up --- A000001.yml | 2 +- A000002.yml | 2 +- A000003.yml | 2 +- A000004.yml | 2 +- A000005.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/A000001.yml b/A000001.yml index 2155574..57cb691 100644 --- a/A000001.yml +++ b/A000001.yml @@ -2,7 +2,7 @@ - hosts: "{{ WHAT_HOST_IN_USE }}" tasks: - - name: Creates directory DESTINATION_FOLDER + - name: "Creates directory {{ DESTINATION_FOLDER }}" ansible.builtin.file: path: "{{ DESTINATION_FOLDER }}" state: directory diff --git a/A000002.yml b/A000002.yml index 6d945e4..a1374a8 100644 --- a/A000002.yml +++ b/A000002.yml @@ -2,7 +2,7 @@ - hosts: "{{ WHAT_HOST_IN_USE }}" tasks: - - name: Creates directory DESTINATION_FOLDER + - name: "Creates directory {{ DESTINATION_FOLDER }}" ansible.builtin.file: path: "{{ DESTINATION_FOLDER }}" state: directory diff --git a/A000003.yml b/A000003.yml index 2155574..57cb691 100644 --- a/A000003.yml +++ b/A000003.yml @@ -2,7 +2,7 @@ - hosts: "{{ WHAT_HOST_IN_USE }}" tasks: - - name: Creates directory DESTINATION_FOLDER + - name: "Creates directory {{ DESTINATION_FOLDER }}" ansible.builtin.file: path: "{{ DESTINATION_FOLDER }}" state: directory diff --git a/A000004.yml b/A000004.yml index 2155574..57cb691 100644 --- a/A000004.yml +++ b/A000004.yml @@ -2,7 +2,7 @@ - hosts: "{{ WHAT_HOST_IN_USE }}" tasks: - - name: Creates directory DESTINATION_FOLDER + - name: "Creates directory {{ DESTINATION_FOLDER }}" ansible.builtin.file: path: "{{ DESTINATION_FOLDER }}" state: directory diff --git a/A000005.yml b/A000005.yml index 6d945e4..a1374a8 100644 --- a/A000005.yml +++ b/A000005.yml @@ -2,7 +2,7 @@ - hosts: "{{ WHAT_HOST_IN_USE }}" tasks: - - name: Creates directory DESTINATION_FOLDER + - name: "Creates directory {{ DESTINATION_FOLDER }}" ansible.builtin.file: path: "{{ DESTINATION_FOLDER }}" state: directory