Set an empty dependencies line
This commit is contained in:
parent
9332896f33
commit
18fc99a2de
|
@ -14,8 +14,7 @@ A role to manage Openmanage installation and configuration.
|
|||
|
||||
## Role Variables
|
||||
|
||||
* **
|
||||
openmanage__repositories** : List of APT repositories that can provide OpenManage. Each entry is a dict [default : `See default/main.yml`].
|
||||
* **openmanage__repositories** : List of APT repositories that can provide OpenManage. Each entry is a dict [default : `See default/main.yml`].
|
||||
* **openmanage__deploy_state** : The desired state this role should achieve. [default for Dell hardware : `present`].
|
||||
* **openmanage__install_recommends** : If recommended packages should be install. [default : `False`].
|
||||
* **openmanage__dep_packages** : List of dependencies packages to be able to run racadm [default : `See default/main.yml`].
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
|
||||
dependencies: []
|
||||
|
||||
galaxy_info:
|
||||
author: "Jérémy Gardais"
|
||||
description: "Setup Openmanage"
|
||||
|
|
Loading…
Reference in New Issue