Packages installation don't need to restart service.
This commit is contained in:
parent
2531667af0
commit
3eaab13b98
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue