QuackatronHQ / Gigarepo

become_user requires become to work as expected ANS-E5001
Bug risk
Major
1 occurrence in this check
Using become_user without become
 4  tasks:
 5    - name: change to postgres user
 6      ansible.builtin.command: whoami
 7      become_user: postgres 8      changed_when: false
 9
10    - name: run yum update