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

- Removed owner prefix from for easier development.

parent d118eae4
No related branches found
No related tags found
No related merge requests found
--- ---
- hosts: example-openbsd - hosts: example-openbsd
gather_facts: false gather_facts: false
roles: [adarnimrod.openbsd-bootstrap] roles: [openbsd-bootstrap]
- hosts: example-xenial - hosts: example-xenial
gather_facts: false gather_facts: false
roles: [adarnimrod.debian-bootstrap] roles: [debian-bootstrap]
- hosts: all - hosts: all
strategy: free strategy: free
......
--- ---
- src: adarnimrod.openbsd-bootstrap - src: adarnimrod.openbsd-bootstrap
name: openbsd-bootstrap
- src: adarnimrod.debian-bootstrap - src: adarnimrod.debian-bootstrap
name: debian-bootstrap
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment