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:
parent
25391e95b7
commit
3c41882bb0
95 changed files with 179 additions and 179 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue