mirror of
https://github.com/ansible/ansible.git
synced 2026-07-28 08:05:22 +02:00
For calling setup_test_user, which adds a user to the system (and thus requiring root): - become - become_su - become_sudo - slurp And also: - apt, which installs/removes system packages - deb822_repository, which adds/removes apt repos - hardware_facts calls losetup, which requires root - package_facts, which installs/removes system packages Co-authored-by: Lee Garrett <lgarrett@rocketjump.eu>