add another pre-req to the control host
This commit is contained in:
parent
cb8e488607
commit
28a8216b69
1 changed files with 3 additions and 0 deletions
|
@ -93,6 +93,9 @@
|
|||
- name: Install java (used in installs)
|
||||
package: name=java-1.8.0-openjdk-headless state=present
|
||||
|
||||
- name: Install python-passlib (used in installs)
|
||||
package: name=python-passlib state=present
|
||||
|
||||
- name: Pre tasks for master/nodes
|
||||
hosts: os-masters-stg:os-masters
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue