Removed ansible.utils as it doesn't appear to exist any more

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-03-09 00:11:42 -05:00
parent 33fd227634
commit ae3d7b985d
2 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,6 @@
collections:
- name: 'ansible.netcommon'
- name: 'ansible.posix'
- name: 'ansible.utils'
- name: 'ansible.windows'
- name: 'awx.awx'
- name: 'community.crypto'
@@ -28,3 +27,4 @@ collections:
- name: 'microsoft.iis'
- name: 'vultr.cloud'
...

View File

@@ -63,3 +63,5 @@ roles:
- name: 'ensure_vim'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_vim.git'
version: 'master'
...