dev #3
@@ -13,12 +13,12 @@
|
||||
|
||||
- name: Remove rproxy dir
|
||||
ansible.builtin.file:
|
||||
path: {{ rproxy_dir }}
|
||||
path: "{{ rproxy_dir }}"
|
||||
state: absent
|
||||
|
||||
- name: Create rproxy dir
|
||||
ansible.builtin.file:
|
||||
path: {{ rproxy_dir }}
|
||||
path: "{{ rproxy_dir }}"
|
||||
state: directory
|
||||
|
||||
- name: Create sites dir
|
||||
|
||||
Reference in New Issue
Block a user