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 a26af19 commit 444631cCopy full SHA for 444631c
playbooks/group_vars/all.yml
@@ -1,6 +1,3 @@
1
ssl_cert_path: '/etc/ssl/certs'
2
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'
+ssl_cert_group: ssl
playbooks/roles/openldap/tasks/el.yml
@@ -1,5 +1,10 @@
---
# tasks file for openldap
+- set_fact:
+ ansible_python_interpreter: /usr/bin/python3
+ when:
+ - ansible_os_family == 'RedHat'
7
+ - ansible_distribution_major_version == '8'
8
9
- name: Create /etc/opt/oci-hpc/passwords/openldap
10
become: true
0 commit comments