Runs the helloworld
module which is installed by a "helper" role which is distributed as part of the collection.
- Go must be installed on the ansible controller
- The role checks for the presence of
go
executable by runninggo version
- The role checks for the presence of
ansible-galaxy install -r requirements.yml --force
ansible-playbook test_one.yml -v
ansible-playbook test_two.yml -v