Commit ce216613 authored by nimrod's avatar nimrod
Browse files

- Correct requirements.yml for testing (forgot to mention owner).

parent 42aea2ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
---
- hosts: example-openbsd
  gather_facts: false
  roles: [openbsd_bootstrap]
  roles: [adarnimrod.openbsd-bootstrap]

- hosts: example-ubuntu
  gather_facts: false
  roles: [debian_bootstrap]
  roles: [adarnimrod.debian-bootstrap]

- hosts: all
  roles:
+2 −2
Original line number Diff line number Diff line
---
- role: openbsd-bootstrap
- role: debian-bootstrap
- src: adarnimrod.openbsd-bootstrap
- src: adarnimrod.debian-bootstrap