fix: add missing custom modules to later config

This commit is contained in:
Robert Kaussow 2021-05-28 13:24:15 +02:00
parent ea4d10281a
commit 90efc8aac7
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 4 additions and 3 deletions

View File

@ -3,9 +3,10 @@ ansible:
custom_modules: custom_modules:
- iptables_raw - iptables_raw
- openssl_pkcs12 - openssl_pkcs12
- proxmox_kvm2 - proxmox_kvm
- ucr - ucr
- yum_versionlock - corenetworks_dns
- corenetworks_token
rules: rules:
exclude_files: exclude_files:
@ -13,6 +14,6 @@ rules:
- "LICENSE*" - "LICENSE*"
- "**/*.md" - "**/*.md"
- "**/*.ini" - "**/*.ini"
exclude_filter: exclude_filter:
- LINT0009 - LINT0009