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