Fix :
/bin/sh: line 1: wget: command not found Change-Id: I131763037b94e404839eccd4420fc7bdd092ce0b
This commit is contained in:
parent
a57b4c54c3
commit
a9e05e110c
@ -6,7 +6,7 @@
|
||||
- name: Install required packages
|
||||
become: yes
|
||||
vars:
|
||||
required_packages: ['python-virtualenv', 'git', 'gcc', 'python-devel']
|
||||
required_packages: ['python-virtualenv', 'git', 'gcc', 'python-devel', 'wget']
|
||||
yum:
|
||||
name: "{{ required_packages }}"
|
||||
state: present
|
||||
|
Loading…
Reference in New Issue
Block a user