changed data store

This commit is contained in:
mpavlov
2024-10-04 16:08:12 +03:00
parent b80ec889da
commit 0fae0db58f
4 changed files with 10 additions and 8 deletions

View File

@@ -92,7 +92,7 @@
block:
- name: Create repo dir
ansible.builtin.file:
path: "{{ rproxy_dir }}/repo"
path: "{{ repo_data_dir }}"
state: directory
mode: 0777
@@ -153,7 +153,7 @@
- name: Create repo dir
ansible.builtin.file:
path: "{{ dockerrepo_dir }}/repo"
path: "{{ dockerrepo_data_dir }}"
state: directory
- name: Create certs dir