ansiblelint fixes - fqcn[action-core] - shell to ansible.builtin.shell

Replaces references to shell: with ansible.builtin.shell

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lerch
2024-12-19 16:42:30 +10:00
parent 25391e95b7
commit 3c41882bb0
95 changed files with 179 additions and 179 deletions

View File

@@ -2,7 +2,7 @@
- name: Create the awx user
user:
name: awx
shell: /bin/bash
ansible.builtin.shell: /bin/bash
- name: Enable Copr repo for Ansible Receptor (Fedora)
community.general.copr: