mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
missing statement
This commit is contained in:
parent
778aff5207
commit
265cc06fa6
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@
|
||||||
- name: Install Common python packages
|
- name: Install Common python packages
|
||||||
package: name={{ item }}
|
package: name={{ item }}
|
||||||
state=present
|
state=present
|
||||||
|
with_items:
|
||||||
- python-pip
|
- python-pip
|
||||||
- python-setuptools
|
- python-setuptools
|
||||||
when: strict_install
|
when: strict_install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue