Rename ans-command to ansible-command and ans-playbook to ansible-playbook so my brain
can tab complete better
This commit is contained in:
parent
d0906e187f
commit
0356925639
3 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -34,6 +34,7 @@ setup(name='ansible',
|
|||
],
|
||||
scripts=[
|
||||
'bin/ansible',
|
||||
'bin/ans-command',
|
||||
'bin/ansible-command',
|
||||
'bin/ansible-playbook'
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue