Loading tests/playbook.yml +6 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
tests/playbook.yml +6 −0 Original line number Diff line number Diff line Loading @@ -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 Loading