add logs
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
- hosts: "{{ WHAT_HOST_IN_USE }}"
|
- hosts: "{{ WHAT_HOST_IN_USE }}"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Creates directory {{ DESTINATION_FOLDER }}"
|
- name: "001 Creates directory {{ DESTINATION_FOLDER }}"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ DESTINATION_FOLDER }}"
|
path: "{{ DESTINATION_FOLDER }}"
|
||||||
state: directory
|
state: directory
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
- hosts: "{{ WHAT_HOST_IN_USE }}"
|
- hosts: "{{ WHAT_HOST_IN_USE }}"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Creates directory {{ DESTINATION_FOLDER }}"
|
- name: "002 Creates directory {{ DESTINATION_FOLDER }}"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ DESTINATION_FOLDER }}"
|
path: "{{ DESTINATION_FOLDER }}"
|
||||||
state: directory
|
state: directory
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Creates directory {{ DESTINATION_FOLDER }}"
|
- name: "003 Creates directory {{ DESTINATION_FOLDER }}"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ DESTINATION_FOLDER }}"
|
path: "{{ DESTINATION_FOLDER }}"
|
||||||
state: directory
|
state: directory
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
- hosts: "{{ WHAT_HOST_IN_USE }}"
|
- hosts: "{{ WHAT_HOST_IN_USE }}"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Creates directory {{ DESTINATION_FOLDER }}"
|
- name: "004 Creates directory {{ DESTINATION_FOLDER }}"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ DESTINATION_FOLDER }}"
|
path: "{{ DESTINATION_FOLDER }}"
|
||||||
state: directory
|
state: directory
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
- hosts: "{{ WHAT_HOST_IN_USE }}"
|
- hosts: "{{ WHAT_HOST_IN_USE }}"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Creates directory {{ DESTINATION_FOLDER }}"
|
- name: "005 Creates directory {{ DESTINATION_FOLDER }}"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ DESTINATION_FOLDER }}"
|
path: "{{ DESTINATION_FOLDER }}"
|
||||||
state: directory
|
state: directory
|
||||||
|
|||||||
Reference in New Issue
Block a user