We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a680bee commit d4c4748Copy full SHA for d4c4748
olam/provision_builder.yml
@@ -48,14 +48,14 @@
48
49
- name: Install Oracle Linux Automation Manager Builder Utility
50
ansible.builtin.dnf:
51
- name: python39-ansible-builder
+ name: python3.11-ansible-builder
52
state: present
53
when: ansible_distribution == 'OracleLinux' and ansible_distribution_major_version == '8'
54
55
- name: Install Ansible Runner using pip
56
ansible.builtin.pip:
57
name: ansible-runner
58
- executable: pip3.9
+ executable: pip3.11
59
60
- name: Create project directory
61
ansible.builtin.file:
0 commit comments