File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
playbooks/roles/packages/tasks Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ - name : Make sure python OpenSSL is installed
3+ yum :
4+ name :
5+ - pyOpenSSL
6+ - python2-cryptography
7+ state : latest
Original file line number Diff line number Diff line change 1- - include : el-7.yml
2- when : ansible_os_family == 'RedHat' and ansible_distribution_major_version == '7'
1+ - include : ol-7.yml
2+ when : ansible_os_family == 'RedHat' and ansible_distribution == 'OracleLinux' and ansible_distribution_major_version == '7'
3+
4+ - include : centos-7.yml
5+ when : ansible_os_family == 'RedHat' and ansible_distribution == 'CentOS' and ansible_distribution_major_version == '7'
36
47- include : ubuntu.yml
58 when : ansible_distribution == 'Ubuntu'
Original file line number Diff line number Diff line change 1+ ---
2+ - name : Make sure python OpenSSL is installed
3+ yum :
4+ name :
5+ - pyOpenSSL
6+ - python2-cryptography
7+ state : latest
8+
9+ - name : Make sure python3-oci-cli is installed
10+ yum :
11+ name :
12+ - python36-oci-cli
13+ state : latest
You can’t perform that action at this time.
0 commit comments