This commit is contained in:
CHIEFSOFT\ameye
2025-01-26 08:27:35 -05:00
parent 431bf8feeb
commit 549d301042
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: "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: "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: "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: "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: "Creates directory {{ DESTINATION_FOLDER }}"
ansible.builtin.file:
path: "{{ DESTINATION_FOLDER }}"
state: directory