changed alias atest to ates, because it collides with existing binary atest

This commit is contained in:
Pascal Kontschan 2026-02-24 17:38:31 +01:00
commit 3d6c3c1e55
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ plugins=(... ansible)
| `ainv` | command `ansible-inventory` |
| `aplb`, `aplaybook` | command `ansible-playbook` |
| `apull` | command `ansible-pull` |
| `atest` | command `ansible-test` |
| `ates` | command `ansible-test` |
| `aval` | command `ansible-vault` |
## Maintainer