try deferring all startup and registration tasks to handlers; skip if atl_startup_restart is false to match other products

This commit is contained in:
Lee Goolsbee
2024-04-04 11:08:18 -05:00
parent 9668c34b9d
commit b4b05f49f5
3 changed files with 34 additions and 40 deletions

View File

@@ -30,5 +30,8 @@
- role: product_common
- role: product_install
tags: [skip_on_stack_update]
# startup before config here so that the handlers from each role are
# executed in the right order at the end of the play; only task in startup
# is to create the systemd service file, so this should have no ill effects
- role: product_startup
- role: bitbucket_mesh_config