install ansible via pip
This commit is contained in:
parent
20a721d233
commit
e083574fe7
|
@ -14,3 +14,8 @@
|
||||||
- python-pip
|
- python-pip
|
||||||
- cowsay
|
- cowsay
|
||||||
- byobu
|
- byobu
|
||||||
|
|
||||||
|
# Install (Bottle) python package.
|
||||||
|
- name: Install ansible
|
||||||
|
pip:
|
||||||
|
name: ansible
|
||||||
|
|
Loading…
Reference in New Issue