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>
6 lines
181 B
YAML
6 lines
181 B
YAML
# defaults file for ipaclient
|
|
# vars/RedHat-7.3.yml
|
|
---
|
|
ipaclient_packages: [ "ipa-client", "ipa-admintools", "libselinux-python" ]
|
|
# ansible_python_interpreter: '/usr/bin/python2'
|