Skip to content
Snippets Groups Projects
Commit ce216613 authored by nimrod's avatar nimrod
Browse files

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

parent 42aea2ae
No related branches found
No related tags found
No related merge requests found
---
- 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:
......
---
- role: openbsd-bootstrap
- role: debian-bootstrap
- src: adarnimrod.openbsd-bootstrap
- src: adarnimrod.debian-bootstrap
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment