mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 06:06:56 -06:00
Changed RT services to start.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user