Packages installation don't need to restart service.

This commit is contained in:
Jeremy Gardais 2020-09-17 16:21:21 +02:00
parent 2531667af0
commit 3eaab13b98
2 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,10 @@
## v1.X.Y
## v1.2.0
### Enhancements
* Install apt_key only if deploy_state = present.
* Remove all OpenManage related packages if deploy_state = absent.
* Packages installation don't need to restart service.
## v1.1.0

View File

@ -66,7 +66,6 @@
- '{{ openmanage__base_packages | to_nice_json }}'
register: pkg_base_result
until: pkg_base_result is success
notify: ['restart dataeng service']
## Manage OMSA webgui packages
- name: Ensure OMSA-webgui packages are in there desired state