-
- Downloads
templates: Use `become: no` in playbooks by default.
ansible-freeipa modules should work without superuser privileges in most cases, and to reflect this, the module tests should avoid using `become: yes`. This PR change the test playbook templates to use `become: no` by default, so only modules that require superuser privileges will need to change this variable.
Showing
- utils/templates/README-module+member.md.in 4 additions, 4 deletionsutils/templates/README-module+member.md.in
- utils/templates/README-module.md.in 2 additions, 2 deletionsutils/templates/README-module.md.in
- utils/templates/module-absent.yml.in 1 addition, 1 deletionutils/templates/module-absent.yml.in
- utils/templates/module-member-absent.yml.in 1 addition, 1 deletionutils/templates/module-member-absent.yml.in
- utils/templates/module-member-present.yml.in 1 addition, 1 deletionutils/templates/module-member-present.yml.in
- utils/templates/module-present.yml.in 1 addition, 1 deletionutils/templates/module-present.yml.in
- utils/templates/test_module+member.yml.in 1 addition, 1 deletionutils/templates/test_module+member.yml.in
- utils/templates/test_module.yml.in 1 addition, 1 deletionutils/templates/test_module.yml.in
Loading
Please register or sign in to comment