You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Fail if python3 is not available
stat:
path: /opt/freeware/bin/python3
register: python3_installed
failed_when: not python3_installed.stat.exists
The text was updated successfully, but these errors were encountered:
ref #3274 (comment)
In the dnf role in the AIX playbook, ansible should look for python3 in more than just /opt/freeware/bin
infrastructure/ansible/playbooks/AdoptOpenJDK_AIX_Playbook/roles/dnf/tasks/main.yml
Line 9 in 0077e29
The text was updated successfully, but these errors were encountered: