clean up
This commit is contained in:
+1
-1
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user