Hi Guys,
I am trying to configure the yum repository for docker using Ansible-playbook. But it is showing me the below error.
[root@localhost ansible_playbooks]# ansible-playbook docker_task.yml
PLAY [all] *************************************************************************************************************************************************************
TASK [Gathering Facts] *************************************************************************************************************************************************
ok: [192.168.0.179]
ok: [192.168.0.180]
TASK [Add repository for docker] ***************************************************************************************************************************************
fatal: [192.168.0.180]: FAILED! => {"changed": false, "msg": "Parameter 'description' is required."}
fatal: [192.168.0.179]: FAILED! => {"changed": false, "msg": "Parameter 'description' is required."}
PLAY RECAP *************************************************************************************************************************************************************
192.168.0.179 : ok=1 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
192.168.0.180 : ok=1 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0