Hi there - first I will post my response from when I run my playbook:
ansible-playbook -vv glen.yml
ansible-playbook 2.5.2
config file = /etc/ansible/ansible.cfg
configured module search path = [u’/home/gmillard/.ansible/plugins/modules’, u’/usr/share/ansible/plugins/modules’]
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.15 (default, May 9 2018, 11:32:33) [GCC 7.3.1 20180130 (Red Hat 7.3.1-2)]
Using /etc/ansible/ansible.cfg as config file
PLAYBOOK: glen.yml *******************************************************************************************************************************************************************************************
2 plays in glen.yml
PLAY [all] ***************************************************************************************************************************************************************************************************
TASK [Gathering Facts] ***************************************************************************************************************************************************************************************
task path: /home/gmillard/myplatform/OtherStuff/glen.yml:2
ok: [fedoracontrol]
META: ran handlers
META: ran handlers
META: ran handlers
ERROR! the field ‘hosts’ is required but was not set
Now, I’ll post the playbook itself: