Commit 19d780b8 authored by nimrod's avatar nimrod
Browse files

- Added task to test unprivileged tasks.

parent 79a0e8f9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3,3 +3,9 @@
  gather_facts: False
  roles:
    - ansible-role-openbsd-bootstrap
  post_tasks:
      - name: Test task with an unprivileged user
        become: True
        become_user: nobody
        command: whoami
        changed_when: False