Commit 732cfe6d by Dave Hatton

setup.py needs adjusting to ansible.runner.connections so that make rpm works

parent 6e795556
...@@ -28,7 +28,7 @@ setup(name='ansible', ...@@ -28,7 +28,7 @@ setup(name='ansible',
'ansible.inventory', 'ansible.inventory',
'ansible.playbook', 'ansible.playbook',
'ansible.runner', 'ansible.runner',
'ansible.runner.connection', 'ansible.runner.connections',
], ],
scripts=[ scripts=[
'bin/ansible', 'bin/ansible',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment