This commit is contained in:
parent
42d0fa0da0
commit
a1ef224434
@ -5,8 +5,7 @@ ansible:
|
||||
- openssl_pkcs12
|
||||
- proxmox_kvm
|
||||
- ucr
|
||||
- corenetworks_dns
|
||||
- corenetworks_token
|
||||
- hashivault_unseal
|
||||
|
||||
rules:
|
||||
exclude_files:
|
||||
|
@ -11,7 +11,7 @@
|
||||
notify: __vault_restart
|
||||
|
||||
- name: Create container volumes
|
||||
podman_volume:
|
||||
containers.podman.podman_volume:
|
||||
name: "{{ item.name }}"
|
||||
options: "{{ item.options | default(omit) }}"
|
||||
state: "{{ item.state | default('present') }}"
|
||||
|
Loading…
Reference in New Issue
Block a user