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
|
@ -24,7 +24,7 @@
|
|||
- name: Get the directory to use
|
||||
delegate_to: "certgetter01.iad2.fedoraproject.org"
|
||||
# Sometimes we get directories like site-0001, site-0002, etc. We want the latest
|
||||
shell: "file /etc/letsencrypt/live/{{site_name}}* | tail -1 | sed -e 's/: directory//' | tr -d '\n'"
|
||||
ansible.builtin.shell: "file /etc/letsencrypt/live/{{site_name}}* | tail -1 | sed -e 's/: directory//' | tr -d '\n'"
|
||||
register: certbot_dir
|
||||
changed_when: 'false'
|
||||
check_mode: no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue