diff options
author | Chris Meyers <chris.meyers.fsu@gmail.com> | 2025-01-14 21:51:59 +0100 |
---|---|---|
committer | Chris Meyers <chrismeyersfsu@users.noreply.github.com> | 2025-01-15 19:49:09 +0100 |
commit | bb8d878a3612c4d745f516ac1e7d1da522addee2 (patch) | |
tree | 0a2f14676e2b87003dcef5f1e237e62b46e7a049 | |
parent | Remove coarse grain unused import (diff) | |
download | awx-bb8d878a3612c4d745f516ac1e7d1da522addee2.tar.xz awx-bb8d878a3612c4d745f516ac1e7d1da522addee2.zip |
Bump awx collection ansible required version
-rw-r--r-- | awx_collection/meta/runtime.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awx_collection/meta/runtime.yml b/awx_collection/meta/runtime.yml index 23c0f42cbb..e1cbe65f01 100644 --- a/awx_collection/meta/runtime.yml +++ b/awx_collection/meta/runtime.yml @@ -1,5 +1,5 @@ --- -requires_ansible: '>=2.9.10' +requires_ansible: '>=2.15.0' action_groups: controller: - ad_hoc_command |