mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 21:51:26 -03:30
Add libYAML package dependency
This commit is contained in:
parent
0251253f49
commit
620ce927a8
@ -19,6 +19,7 @@
|
||||
- name: install packages from yum
|
||||
yum: name=$item state=installed
|
||||
with_items:
|
||||
- libyaml
|
||||
- gcc
|
||||
- python-pip
|
||||
- postgresql # database client
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user