Loading tests/playbook.yml +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: Loading tests/requirements.yml +2 −2 Original line number Diff line number Diff line --- - role: openbsd-bootstrap - role: debian-bootstrap - src: adarnimrod.openbsd-bootstrap - src: adarnimrod.debian-bootstrap Loading
tests/playbook.yml +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: Loading
tests/requirements.yml +2 −2 Original line number Diff line number Diff line --- - role: openbsd-bootstrap - role: debian-bootstrap - src: adarnimrod.openbsd-bootstrap - src: adarnimrod.debian-bootstrap