Commit 03569256 by Michael DeHaan

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

can tab complete better
parent d0906e18
...@@ -34,6 +34,7 @@ setup(name='ansible', ...@@ -34,6 +34,7 @@ setup(name='ansible',
], ],
scripts=[ scripts=[
'bin/ansible', 'bin/ansible',
'bin/ans-command', 'bin/ansible-command',
'bin/ansible-playbook'
] ]
) )
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