Skip to content

Commit

Permalink
remove ansible_python_interpreter from main and have as var for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Dec 1, 2023
1 parent c4009db commit 26644cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ansible/playbooks/AdoptOpenJDK_AIX_Playbook/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
PATH: "/opt/IBM/xlC/13.1.3/bin:/opt/freeware/bin:{{ ansible_env.PATH }}"
PERL_MB_OPT: "--install_base /opt/freeware"
PERL_MM_OPT: "INSTALL_BASE=/opt/freeware"
vars:
ansible_python_interpreter: /opt/freeware/bin/python3

roles:
- role: logs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
dnf:
name: yum-utils
state: absent
vars:
ansible_python_interpreter: /opt/freeware/bin/python3

- name: Update dnf
dnf:
Expand Down

0 comments on commit 26644cf

Please sign in to comment.