Rename ans-command to ansible-command and ans-playbook to ansible-playbook so my brain

can tab complete better
This commit is contained in:
Michael DeHaan 2012-02-28 22:08:31 -05:00
parent d0906e187f
commit 0356925639
3 changed files with 2 additions and 1 deletions

View file

@ -34,6 +34,7 @@ setup(name='ansible',
],
scripts=[
'bin/ansible',
'bin/ans-command',
'bin/ansible-command',
'bin/ansible-playbook'
]
)