Skip to content

Commit 0bd7bdb

Browse files
authored
Update main.yml
make restart gravity permissive to errors since it eventually start smoothly in galaxyXpand
1 parent 0321d1a commit 0bd7bdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

handlers/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
GRAVITY_STATE_DIR: "{{ galaxy_gravity_state_dir }}"
2929
when: "galaxy_systemd_mode == 'gravity' and galaxy_manage_systemd"
3030
listen: "restart galaxy"
31+
ignore_errors: yes
3132

3233
- name: galaxyctl update
3334
command: "{{ galaxy_venv_dir }}/bin/galaxyctl update"

0 commit comments

Comments
 (0)