Guillaume Coré
2017-11-21 6a1111e8acbb0e9a9697ebb6d4dfc9415a7ab78d
don't restart sssd when install_ipa_client=false
5 files modified
5 ■■■■■ changed files
ansible/configs/ans-tower-lab/post_software.yml 1 ●●●● patch | view | raw | blame | history
ansible/configs/ocp-demo-lab/post_software.yml 1 ●●●● patch | view | raw | blame | history
ansible/configs/ocp-ha-lab/post_software.yml 1 ●●●● patch | view | raw | blame | history
ansible/configs/ocp-workshop/post_software.yml 1 ●●●● patch | view | raw | blame | history
ansible/configs/three-tier-app/post_software.yml 1 ●●●● patch | view | raw | blame | history
ansible/configs/ans-tower-lab/post_software.yml
@@ -45,6 +45,7 @@
      service:
        name: sssd
        state: restarted
      when: install_ipa_client
- name: PostSoftware flight-check
  hosts: localhost
ansible/configs/ocp-demo-lab/post_software.yml
@@ -152,6 +152,7 @@
      service:
        name: sssd
        state: restarted
      when: install_ipa_client
- name: PostSoftware flight-check
  hosts: localhost
ansible/configs/ocp-ha-lab/post_software.yml
@@ -37,6 +37,7 @@
      service:
        name: sssd
        state: restarted
      when: install_ipa_client
- name: PostSoftware flight-check
  hosts: localhost
ansible/configs/ocp-workshop/post_software.yml
@@ -90,6 +90,7 @@
    service:
      name: sssd
      state: restarted
    when: install_ipa_client
- name: env-specific infrastructure
  hosts: masters
ansible/configs/three-tier-app/post_software.yml
@@ -22,6 +22,7 @@
      service:
        name: sssd
        state: restarted
      when: install_ipa_client
- name: PostSoftware flight-check
  hosts: localhost