setup.py needs adjusting to ansible.runner.connections so that make rpm works
This commit is contained in:
parent
6e79555621
commit
732cfe6d4f
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