Skip to content

Commit fb8fa9e

Browse files
author
William Graef
committed
add dnf for pip
1 parent d4c4748 commit fb8fa9e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

olam/provision_builder.yml

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

4949
- name: Install Oracle Linux Automation Manager Builder Utility
5050
ansible.builtin.dnf:
51-
name: python3.11-ansible-builder
51+
name:
52+
- python3.11-ansible-builder
53+
- python3.11-pip
5254
state: present
5355
when: ansible_distribution == 'OracleLinux' and ansible_distribution_major_version == '8'
5456

@@ -97,7 +99,7 @@
9799
become: true
98100
become_user: "{{ username }}"
99101

100-
- name: Create bomdep.txt
102+
- name: Create bindep.txt
101103
ansible.builtin.template:
102104
src: templates/bindep.txt.j2
103105
dest: ~/my_custom_ee_project/bindep.txt

0 commit comments

Comments
 (0)