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