File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 50
50
community.general.yum_versionlock :
51
51
state : present
52
52
name : python3-click
53
+ when : ansible_distribution == 'OracleLinux' and ansible_distribution_major_version == '8'
53
54
54
55
- name : Install additional packages for ansible
55
56
ansible.builtin.dnf :
219
220
delay : 10
220
221
when : ansible_distribution == 'OracleLinux' and ansible_distribution_major_version == '9'
221
222
223
+ - name : Enable Oracle Linux Automation Manager 2.3 repository
224
+ community.general.ini_file :
225
+ path : " /etc/yum.repos.d/oraclelinux-automation-manager-ol9.repo"
226
+ section : ol9_automation2.3
227
+ option : enabled
228
+ value : " 1"
229
+ mode : ' 0644'
230
+ when : ansible_distribution == 'OracleLinux' and ansible_distribution_major_version == '9'
231
+
222
232
- name : Install Oracle Linux Automation Manager
223
233
ansible.builtin.dnf :
224
234
name : ol-automation-manager
You can’t perform that action at this time.
0 commit comments