mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
Current version of ansible-list pre-commit hook required changes in the ansible-freeipa yamllint configuration and these changes triggered issues in the current playbooks on roles and tests. This patch adds the required changes to yaml lint configuration and fixes the affected playbooks. Signed-off-by: Rafael Guterres Jeffman <rjeffman@redhat.com>
5 lines
108 B
YAML
5 lines
108 B
YAML
# defaults file for ipaclient
|
|
# vars/RedHat-7
|
|
---
|
|
ipaclient_packages: [ "ipa-client", "libselinux-python" ]
|