diff --git a/A000001.yml b/A000001.yml index 3f1a8d0..9042813 100644 --- a/A000001.yml +++ b/A000001.yml @@ -2,7 +2,7 @@ - hosts: "{{ WHAT_HOST_IN_USE }}" tasks: - - name: "Creates directory {{ DESTINATION_FOLDER }}" + - name: "001 Creates directory {{ DESTINATION_FOLDER }}" ansible.builtin.file: path: "{{ DESTINATION_FOLDER }}" state: directory diff --git a/A000002.yml b/A000002.yml index 35d499d..12013f6 100644 --- a/A000002.yml +++ b/A000002.yml @@ -2,7 +2,7 @@ - hosts: "{{ WHAT_HOST_IN_USE }}" tasks: - - name: "Creates directory {{ DESTINATION_FOLDER }}" + - name: "002 Creates directory {{ DESTINATION_FOLDER }}" ansible.builtin.file: path: "{{ DESTINATION_FOLDER }}" state: directory diff --git a/A000003.yml b/A000003.yml index 0a8ed68..c4f61ea 100644 --- a/A000003.yml +++ b/A000003.yml @@ -3,7 +3,7 @@ tasks: - - name: "Creates directory {{ DESTINATION_FOLDER }}" + - name: "003 Creates directory {{ DESTINATION_FOLDER }}" ansible.builtin.file: path: "{{ DESTINATION_FOLDER }}" state: directory diff --git a/A000004.yml b/A000004.yml index c363bd3..b633481 100644 --- a/A000004.yml +++ b/A000004.yml @@ -2,7 +2,7 @@ - hosts: "{{ WHAT_HOST_IN_USE }}" tasks: - - name: "Creates directory {{ DESTINATION_FOLDER }}" + - name: "004 Creates directory {{ DESTINATION_FOLDER }}" ansible.builtin.file: path: "{{ DESTINATION_FOLDER }}" state: directory diff --git a/A000005.yml b/A000005.yml index 058d9e4..d3bff95 100644 --- a/A000005.yml +++ b/A000005.yml @@ -2,7 +2,7 @@ - hosts: "{{ WHAT_HOST_IN_USE }}" tasks: - - name: "Creates directory {{ DESTINATION_FOLDER }}" + - name: "005 Creates directory {{ DESTINATION_FOLDER }}" ansible.builtin.file: path: "{{ DESTINATION_FOLDER }}" state: directory