Changed RT services to start.

This commit is contained in:
jefferyfry
2020-08-25 15:47:47 -07:00
parent 4fbfb8505b
commit e0c74e4f95

View File

@@ -149,7 +149,7 @@
- name: start and enable the primary node - name: start and enable the primary node
service: service:
name: artifactory name: artifactory
state: restarted state: started
become: yes become: yes
when: artifactory_is_primary == true when: artifactory_is_primary == true
@@ -161,6 +161,6 @@
- name: start and enable the secondary nodes - name: start and enable the secondary nodes
service: service:
name: artifactory name: artifactory
state: restarted state: started
become: yes become: yes
when: artifactory_is_primary == false when: artifactory_is_primary == false