Loading defaults/main.yml +1 −1 Original line number Original line Diff line number Diff line --- --- # defaults file for ansible-role-openbsd-bootstrap # defaults file for ansible-role-openbsd-bootstrap openbsd_pkg_mirror: http://www.mirrorservice.org/pub openbsd_pkg_mirror: http://www.mirrorservice.org/pub # Where to get packages. tests/test_example.pydeleted 100644 → 0 +0 −2 Original line number Original line Diff line number Diff line def test_example(Command): assert Command('uname').rc == 0 tests/test_pkg.py→tests/test_python.py +0 −0 File moved. View file Loading
defaults/main.yml +1 −1 Original line number Original line Diff line number Diff line --- --- # defaults file for ansible-role-openbsd-bootstrap # defaults file for ansible-role-openbsd-bootstrap openbsd_pkg_mirror: http://www.mirrorservice.org/pub openbsd_pkg_mirror: http://www.mirrorservice.org/pub # Where to get packages.
tests/test_example.pydeleted 100644 → 0 +0 −2 Original line number Original line Diff line number Diff line def test_example(Command): assert Command('uname').rc == 0