Skip to content

Commit

Permalink
Update requirements in setup.py
Browse files Browse the repository at this point in the history
Requiring ansible 2.7 to accept the syntax of mgr.yml (args: apply: ... with include_tasks)
  • Loading branch information
julienperret authored and riccardomurri committed May 27, 2019
1 parent ea326de commit 4b1ccef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def run_tests(self):
'pip>=9.0.0', ## see issue #433
#'ara', # optional
'PyCLI',
'ansible>=2.5',
'ansible>=2.7',
'click>=4.0', ## click.prompt() added in 4.0
'coloredlogs',
'netaddr',
Expand Down

0 comments on commit 4b1ccef

Please sign in to comment.