fix linting
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2023-07-30 22:53:16 +02:00
parent 42d0fa0da0
commit a1ef224434
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 2 additions and 3 deletions

View File

@ -5,8 +5,7 @@ ansible:
- openssl_pkcs12
- proxmox_kvm
- ucr
- corenetworks_dns
- corenetworks_token
- hashivault_unseal
rules:
exclude_files:

View File

@ -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') }}"