tasks: start services on install

Change-Id: I6f87a1c5f905b92a6193bbba63446b8e51a91468
This commit is contained in:
Mohammed Naser 2019-08-13 10:22:47 -04:00
parent 107f0daae8
commit cd14d681a0
1 changed files with 12 additions and 1 deletions

View File

@ -28,4 +28,15 @@
checksum: md5:9696bbb3fbc258ffaaa23fff3bd50f97
mode: '0755'
when:
- openmanage_install_monitoring_tools | bool
- openmanage_install_monitoring_tools | bool
- name: Start services
become: true
service:
name: "{{ item }}"
state: started
enabled: true
loop:
- instsvcdrv
- dsm_sa_eventmgrd
- dsm_sa_datamgrd