Skip to content
Snippets Groups Projects
Select Git revision
  • e38c34974dd40fb4b13c6eb2deb5338b0d8efea3
  • master default protected
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
22 results

README-module.md.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.