Fix build error

This commit is contained in:
cytopia
2018-07-22 20:54:05 +02:00
parent d84cc5708c
commit 329e7bf2ec
9 changed files with 9 additions and 18 deletions

View File

@@ -150,8 +150,7 @@ software_available:
check: ansible --version | grep -E '^ansible [.0-9]+$'
all:
command: |
pip install --upgrade pip \
&& pip install --upgrade setuptools \
pip install --upgrade setuptools \
&& pip install ansible \
awesomeci:
check: |