Skip to content

Commit 444631c

Browse files
committed
ol8 updates
1 parent a26af19 commit 444631c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

playbooks/group_vars/all.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
ssl_cert_path: '/etc/ssl/certs'
22
ssl_ca_cert: '{{ ssl_cert_path }}/cluster-ca.crt'
3-
ssl_cert_group: ssl
4-
set_fact:
5-
ansible_python_interpreter: /usr/bin/python3
6-
when: ansible_os_family == 'RedHat' and ansible_distribution_major_version == '8'
3+
ssl_cert_group: ssl

playbooks/roles/openldap/tasks/el.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
22
# tasks file for openldap
3+
- set_fact:
4+
ansible_python_interpreter: /usr/bin/python3
5+
when:
6+
- ansible_os_family == 'RedHat'
7+
- ansible_distribution_major_version == '8'
38

49
- name: Create /etc/opt/oci-hpc/passwords/openldap
510
become: true

0 commit comments

Comments
 (0)