Skip to content
Commit e38c3497 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

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.
parent ae283031
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment