Commit 5614665d authored by nimrod's avatar nimrod
Browse files

- Removed group_vars directory and test (see Molecule PR #202).

parent 4a2811b7
Loading
Loading
Loading
Loading

.molecule/group_vars/all

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
five: 5
six: 6
eleven: '{{ five + six }}'
+0 −4
Original line number Diff line number Diff line
def test_example(Command):
    assert Command('uname').rc == 0


def test_ansible(Ansible):
    assert Ansible('debug', 'msg={{ eleven }}')['msg'] == '11'