dev #3

Merged
mpavlov merged 28 commits from dev into master 2024-07-11 01:21:55 +03:00
2 changed files with 8 additions and 4 deletions
Showing only changes of commit 33f1db41e9 - Show all commits

View File

@@ -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