This commit is contained in:
CHIEFSOFT\ameye
2025-07-16 20:26:45 -04:00
parent 034105f2b6
commit 37ac4bdee4
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -3,7 +3,7 @@
tasks:
- name: "Creates directory {{ DESTINATION_FOLDER }}"
- name: "003 Creates directory {{ DESTINATION_FOLDER }}"
ansible.builtin.file:
path: "{{ DESTINATION_FOLDER }}"
state: directory
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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