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 d4c4748 commit fb8fa9eCopy full SHA for fb8fa9e
olam/provision_builder.yml
@@ -48,7 +48,9 @@
48
49
- name: Install Oracle Linux Automation Manager Builder Utility
50
ansible.builtin.dnf:
51
- name: python3.11-ansible-builder
+ name:
52
+ - python3.11-ansible-builder
53
+ - python3.11-pip
54
state: present
55
when: ansible_distribution == 'OracleLinux' and ansible_distribution_major_version == '8'
56
@@ -97,7 +99,7 @@
97
99
become: true
98
100
become_user: "{{ username }}"
101
- - name: Create bomdep.txt
102
+ - name: Create bindep.txt
103
ansible.builtin.template:
104
src: templates/bindep.txt.j2
105
dest: ~/my_custom_ee_project/bindep.txt
0 commit comments