Skip to content

Instantly share code, notes, and snippets.

@jsanda
Created October 10, 2017 20:19
Show Gist options
  • Save jsanda/50de29af3489e3e68f03124619b3653f to your computer and use it in GitHub Desktop.
Save jsanda/50de29af3489e3e68f03124619b3653f to your computer and use it in GitHub Desktop.
```
TASK [Validate python version - ans_dist is fedora and python is v3] ********************************************************************************
task path: /home/jsanda/Development/redhat/openshift/openshift-ansible/playbooks/common/openshift-cluster/initialize_facts.yml:47
Tuesday 10 October 2017 16:01:11 -0400 (0:00:00.104) 0:00:05.721 *******
fatal: [ose3-master1-ansible.test.example.com]: FAILED! => {
"changed": false,
"failed": true,
"msg": "openshift-ansible requires Python 3 for Fedora;\nFor information on enabling Python 3 with Ansible, see https://docs.ansible.com/ansible/python_3_support.html\n"
}
fatal: [ose3-master2-ansible.test.example.com]: FAILED! => {
"changed": false,
"failed": true,
"msg": "openshift-ansible requires Python 3 for Fedora;\nFor information on enabling Python 3 with Ansible, see https://docs.ansible.com/ansible/python_3_support.html\n"
}
fatal: [ose3-master3-ansible.test.example.com]: FAILED! => {
"changed": false,
"failed": true,
"msg": "openshift-ansible requires Python 3 for Fedora;\nFor information on enabling Python 3 with Ansible, see https://docs.ansible.com/ansible/python_3_support.html\n"
}
fatal: [ose3-node1-ansible.test.example.com]: FAILED! => {
"changed": false,
"failed": true,
"msg": "openshift-ansible requires Python 3 for Fedora;\nFor information on enabling Python 3 with Ansible, see https://docs.ansible.com/ansible/python_3_support.html\n"
}
fatal: [ose3-node2-ansible.test.example.com]: FAILED! => {
"changed": false,
"failed": true,
"msg": "openshift-ansible requires Python 3 for Fedora;\nFor information on enabling Python 3 with Ansible, see https://docs.ansible.com/ansible/python_3_support.html\n"
}
fatal: [ose3-etcd1-ansible.test.example.com]: FAILED! => {
"changed": false,
"failed": true,
"msg": "openshift-ansible requires Python 3 for Fedora;\nFor information on enabling Python 3 with Ansible, see https://docs.ansible.com/ansible/python_3_support.html\n"
}
fatal: [ose3-etcd2-ansible.test.example.com]: FAILED! => {
"changed": false,
"failed": true,
"msg": "openshift-ansible requires Python 3 for Fedora;\nFor information on enabling Python 3 with Ansible, see https://docs.ansible.com/ansible/python_3_support.html\n"
}
fatal: [ose3-etcd3-ansible.test.example.com]: FAILED! => {
"changed": false,
"failed": true,
"msg": "openshift-ansible requires Python 3 for Fedora;\nFor information on enabling Python 3 with Ansible, see https://docs.ansible.com/ansible/python_3_support.html\n"
}
fatal: [ose3-lb-ansible.test.example.com]: FAILED! => {
"changed": false,
"failed": true,
"msg": "openshift-ansible requires Python 3 for Fedora;\nFor information on enabling Python 3 with Ansible, see https://docs.ansible.com/ansible/python_3_support.html\n"
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment