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 Lercho 2024-12-19 16:42:30 +10:00
parent 25391e95b7
commit 3c41882bb0
95 changed files with 179 additions and 179 deletions

View file

@ -108,7 +108,7 @@
user:
name: countme
group: countme
shell: /sbin/nologin
ansible.builtin.shell: /sbin/nologin
home: /srv/countme
comment: "DNF countme counter"
tags:
@ -125,7 +125,7 @@
- name: Remove local mirrors-countme git repo, scripts and Python package
# Using `shell` here because `file` doesn't know wild cards
shell: >-
ansible.builtin.shell: >-
shopt -s nullglob;
rm -rfv \
/srv/countme/mirrors-countme \