Commit 5e76d7c9 authored by nimrod's avatar nimrod
Browse files

- Added Ansible test tasks (gathering facts and ping).

parent 15d3c403
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3,6 +3,12 @@
  gather_facts: False
  roles: [openbsd-bootstrap]
  post_tasks:
      - name: Test gathering facts
        setup:

      - name: Test ping
        ping:

      - name: Test task with an unprivileged user
        ignore_errors: '{{ ansible_check_mode }}'
        become: True