diff options
author | Marc Cornellà <marc.cornella@live.com> | 2019-02-25 14:40:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-25 14:40:07 +0100 |
commit | 8837782b5d7f7364538c86b9668ccbd199a05683 (patch) | |
tree | 35c5f75986f66d5d62bd5e16444f6d875389ed80 /plugins/ansible/README.md | |
parent | 25d0a10cda82edfa6cf5e1611e018a714ecbfb3e (diff) | |
parent | 243c46b7cd85c3578bbba8501fae62befc25f378 (diff) | |
download | zsh-8837782b5d7f7364538c86b9668ccbd199a05683.tar.gz zsh-8837782b5d7f7364538c86b9668ccbd199a05683.tar.bz2 zsh-8837782b5d7f7364538c86b9668ccbd199a05683.zip |
fixed aplay conflict (#7617)
Diffstat (limited to 'plugins/ansible/README.md')
-rw-r--r-- | plugins/ansible/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/ansible/README.md b/plugins/ansible/README.md index 38bc13775..e0e6a19bb 100644 --- a/plugins/ansible/README.md +++ b/plugins/ansible/README.md @@ -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` | |