mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user