Update to 2022-09-21 10:00

This commit is contained in:
Daniel Berteaud
2022-09-21 10:00:09 +02:00
parent e6019f8e32
commit fceaba12ae
6 changed files with 12 additions and 8 deletions

View File

@@ -29,6 +29,7 @@
dest: "{{ vault_root_dir }}/bin/vault"
remote_src: True
mode: 755
notify: restart vault
- name: Link in /usr/local/bin
file: src={{ vault_root_dir }}/bin/vault dest=/usr/local/bin/vault state=link force=True