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:
@@ -11,7 +11,7 @@
|
||||
register: postgres_initialized
|
||||
|
||||
- name: Init postgresql
|
||||
shell: "postgresql-setup initdb"
|
||||
ansible.builtin.shell: "postgresql-setup initdb"
|
||||
when: not postgres_initialized.stat.exists
|
||||
|
||||
- name: Copy pg_hba.conf
|
||||
|
||||
Reference in New Issue
Block a user