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.
2 parents 497ec67 + 2459e6f commit 5a7861cCopy full SHA for 5a7861c
ol/provision_podman.yml
@@ -34,3 +34,15 @@
34
when: ansible_distribution == 'OracleLinux' and ansible_distribution_major_version == '9'
35
retries: 5
36
delay: 10
37
+
38
+ - name: Install Oracle Linux 10 container tools packages
39
+ ansible.builtin.dnf:
40
+ name:
41
+ - podman
42
+ - podman-docker
43
+ - conntrack
44
+ - curl
45
+ state: present
46
+ when: ansible_distribution == 'OracleLinux' and ansible_distribution_major_version == '10'
47
+ retries: 5
48
+ delay: 10
0 commit comments