-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #18: New CLI compatible with ansible 2.8
This change is needed because of ansible/ansible#50069. The new CLI in this PR should be used in the future when we drop support for Ansible < 2.8
- Loading branch information
Mohamed El Mouctar HAIDARA
committed
Jun 6, 2019
1 parent
1ac40f8
commit 90e6047
Showing
4 changed files
with
111 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
ansible>=2.7.0 | ||
graphviz==0.10.1 | ||
colour==0.1.5 | ||
lxml==4.2.5 | ||
lxml==4.2.5 | ||
packaging==19.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters