Skip to content

Commit

Permalink
Restart Tomcat at post-install to pick up systemd changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
alxp committed May 4, 2022
1 parent f5f0cb1 commit dc8ecf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- name: start tomcat9
service:
name: tomcat9
state: started
state: restarted

- name: Add admin to fedoraAdmin role
command: "{{ drush_path }} --root {{ drupal_core_path }} -y urol fedoraadmin admin"
Expand Down

0 comments on commit dc8ecf5

Please sign in to comment.