mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +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
|
||||
package: name={{ item }}
|
||||
state=present
|
||||
with_items:
|
||||
- python-pip
|
||||
- python-setuptools
|
||||
when: strict_install
|
||||
|
|
Loading…
Reference in a new issue