mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 09:06:57 -06:00
Changed RT services to start.
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
- name: start and enable the primary node
|
||||
service:
|
||||
name: artifactory
|
||||
state: restarted
|
||||
state: started
|
||||
become: yes
|
||||
when: artifactory_is_primary == true
|
||||
|
||||
@@ -161,6 +161,6 @@
|
||||
- name: start and enable the secondary nodes
|
||||
service:
|
||||
name: artifactory
|
||||
state: restarted
|
||||
state: started
|
||||
become: yes
|
||||
when: artifactory_is_primary == false
|
||||
|
||||
Reference in New Issue
Block a user