Skip to content

Commit

Permalink
Update services.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wullub committed Dec 14, 2023
1 parent 7da5900 commit 487c264
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ansible/roles/oasys-bip/tasks/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
daemon_reload: true

- name: Enable wls_nodemanager service
ansible.builtin.service:
ansible.builtin.systemd:
name: "{{ item }}"
enabled: yes
loop:
Expand All @@ -65,12 +65,13 @@
- wls_managedserver

- name: Start weblogic services
ansible.builtin.service:
ansible.builtin.systemd:
name: "{{ item }}"
state: started
loop:
- wls_nodemanager
- wls_adminserver

# - name: Pause for 30 minutes to let admin server start properly in few cases even though it was running connecting to it was causing issues for few mins
# ansible.builtin.pause:
# minutes: 30
Expand Down

0 comments on commit 487c264

Please sign in to comment.