You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pip install ansible command install ansible 2.7.4, which is not compatible with the syntax of many code lines of the repo.
As a results, the travis tests are failing.
I see 2 options:
pin ansible to pip install ansible==2.4
update the code syntax to be compatible with ansible 2.7.4
The text was updated successfully, but these errors were encountered:
The
pip install ansible
command install ansible 2.7.4, which is not compatible with the syntax of many code lines of the repo.As a results, the travis tests are failing.
I see 2 options:
pin ansible to pip install ansible==2.4
update the code syntax to be compatible with ansible 2.7.4
The text was updated successfully, but these errors were encountered: