Merge pull request #908 from davehatton/fix_rpm_build_for_connections
setup.py needs adjusting to ansible.runner.connections
This commit is contained in:
commit
61d9e45d45
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue