How do I fault find such an issue?
[svc_build@vuwunicorhsat01 ~]$ ansible-playbook site.yml
PLAY [build] *****************************************************************************************************************************************************************
TASK [Gathering Facts] *******************************************************************************************************************************************************
to retry, use: --limit @/home/svc_build/site.retry
PLAY RECAP *******************************************************************************************************************************************************************
Activate the web console with: systemctl enable --now cockpit.socket
Last login: Wed Aug 14 08:26:56 2019 from 10.100.32.67
[svc_build@vuwunicopatch8a ~]$ sudo su -
Last login: Wed Aug 14 08:20:20 NZST 2019 on pts/0
[root@vuwunicopatch8a ~]# ^C
[root@vuwunicopatch8a ~]# logout
[svc_build@vuwunicopatch8a ~]$ logout
[svc_build@vuwunicorhsat01 ~]$ more site.yml
---
- hosts: build
become_user: root
become: yes
tasks:
- name: enable selinux
command: /sbin/setenforce 1
[svc_build@vuwunicorhsat01 ~]$