Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

test_module+member.yml.in

  • Rafael Guterres Jeffman's avatar
    e38c3497
    templates: Use `become: no` in playbooks by default. · e38c3497
    Rafael Guterres Jeffman authored
    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.
    e38c3497
    History
    templates: Use `become: no` in playbooks by default.
    Rafael Guterres Jeffman authored
    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.