Skip to content

Commit

Permalink
fiso mds cache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Apr 10, 2024
1 parent 894b40a commit b29a4a6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions roles/stepupwebauthn/tasks/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@
with_items:
- "{{ current_release_config_file_dir_name }}/mds"

- name: Create the metadata service cache dir
ansible.builtin.file:
state: directory
dest: "{{ item }}"
owner: root
group: "{{ appname }}"
mode: "0774"
with_items:
- "{{ current_release_config_file_dir_name }}/var/mds/"

- name: Download metadata service blob
ansible.builtin.get_url:
url: https://mds3.fidoalliance.org/
Expand Down

0 comments on commit b29a4a6

Please sign in to comment.