Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve search of Python3 in DNF role in Aix playbook #3325

Open
Haroon-Khel opened this issue Jan 4, 2024 · 0 comments
Open

Improve search of Python3 in DNF role in Aix playbook #3325

Haroon-Khel opened this issue Jan 4, 2024 · 0 comments

Comments

@Haroon-Khel
Copy link
Contributor

ref #3274 (comment)

In the dnf role in the AIX playbook, ansible should look for python3 in more than just /opt/freeware/bin

- name: Fail if python3 is not available
  stat:
    path: /opt/freeware/bin/python3
  register: python3_installed
  failed_when: not python3_installed.stat.exists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants