Skip to content
Snippets Groups Projects
Commit 5614665d authored by nimrod's avatar nimrod
Browse files

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

parent 4a2811b7
No related branches found
No related tags found
No related merge requests found
five: 5
six: 6
eleven: '{{ five + six }}'
def test_example(Command):
assert Command('uname').rc == 0
def test_ansible(Ansible):
assert Ansible('debug', 'msg={{ eleven }}')['msg'] == '11'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment