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

View File

@@ -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