Commit e0f301da authored by nimrod's avatar nimrod
Browse files

- Removed owner prefix from for easier development.

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

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

- hosts: all
  strategy: free
+2 −0
Original line number Diff line number Diff line
---
- src: adarnimrod.openbsd-bootstrap
  name: openbsd-bootstrap
- src: adarnimrod.debian-bootstrap
  name: debian-bootstrap