From 37ac4bdee4d47342fe6cf71b8f03a0e5f070d6ad Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 16 Jul 2025 20:26:45 -0400 Subject: [PATCH] add logs --- 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 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