Skip to content

Commit d4c4748

Browse files
author
William Graef
committed
fix versions in buider playbook
1 parent a680bee commit d4c4748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

olam/provision_builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848

4949
- name: Install Oracle Linux Automation Manager Builder Utility
5050
ansible.builtin.dnf:
51-
name: python39-ansible-builder
51+
name: python3.11-ansible-builder
5252
state: present
5353
when: ansible_distribution == 'OracleLinux' and ansible_distribution_major_version == '8'
5454

5555
- name: Install Ansible Runner using pip
5656
ansible.builtin.pip:
5757
name: ansible-runner
58-
executable: pip3.9
58+
executable: pip3.11
5959

6060
- name: Create project directory
6161
ansible.builtin.file:

0 commit comments

Comments
 (0)