Unverified Commit 8837782b authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub
Browse files

fixed aplay conflict (#7617)

parents 25d0a10c 243c46b7
......@@ -19,9 +19,8 @@ plugins=(... ansible)
| `a` | command `ansible` |
| `aconf` | command `ansible-config` |
| `acon` | command `ansible-console` |
| `aconn` | command `ansible-connection` |
| `ainv` | command `ansible-inventory` |
| `aplay` | command `ansible-playbook` |
| `aplaybook` | command `ansible-playbook` |
| `ainv` | command `ansible-inventory` |
| `adoc` | command `ansible-doc` |
| `agal` | command `ansible-galaxy` |
......
......@@ -18,10 +18,9 @@ function ansible-role-init(){
alias a='ansible '
alias aconf='ansible-config '
alias acon='ansible-console '
alias aconn='ansible-connection '
alias aver='ansible-version'
alias arinit='ansible-role-init'
alias aplay='ansible-playbook '
alias aplaybook='ansible-playbook '
alias ainv='ansible-inventory '
alias adoc='ansible-doc '
alias agal='ansible-galaxy '
......
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