Small perm fix on racadm7 wrapper

This commit is contained in:
Jeremy Gardais 2018-11-26 11:53:23 +01:00
parent b81bc242ac
commit c44895f015
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 7 additions and 0 deletions

View File

@ -43,3 +43,10 @@
install_recommends: '{{ openmanage__install_recommends | bool }}' install_recommends: '{{ openmanage__install_recommends | bool }}'
with_flattened: with_flattened:
- '{{ openmanage__base_packages | to_nice_json }}' - '{{ openmanage__base_packages | to_nice_json }}'
# Executable [[[1
## Fix some permissions
- name: Ensure Executables can be run
file:
path: /opt/dell/srvadmin/sbin/racadm-wrapper-idrac7
mode: 0755