Small perm fix on racadm7 wrapper
This commit is contained in:
parent
b81bc242ac
commit
c44895f015
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue