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 df0bd8c commit 7114d43Copy full SHA for 7114d43
changelogs/fragments/nozeroconf.yml
@@ -0,0 +1,3 @@
1
+---
2
+bugfixes:
3
+ - "orahost: Do not set NOZEROCONF on SuSE platform ()"
roles/orahost/tasks/main.yml
@@ -422,7 +422,9 @@
422
path: /etc/sysconfig/network
423
regexp: "^NOZEROCONF="
424
line: "NOZEROCONF=yes"
425
- when: netnozeroconf | default(true) | bool
+ when:
426
+ - netnozeroconf | default(true) | bool
427
+ - ansible_os_family == 'RedHat'
428
tags: nozeroconf
429
430
- name: Network | Setup ip-address for RAC Interconnect
0 commit comments