ansiblelint fixes-- fqcn[action-core] - command to ansible.builtin.command
Replaces many references to command: with ansible.builtin.command Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
6a3816dfdc
commit
462176464b
145 changed files with 366 additions and 366 deletions
|
@ -75,7 +75,7 @@
|
|||
- postgresql
|
||||
|
||||
- name: Initialize postgres if necessary
|
||||
command: /usr/bin/postgresql-setup initdb
|
||||
ansible.builtin.command: /usr/bin/postgresql-setup initdb
|
||||
creates=/var/lib/pgsql/data/postgresql.conf
|
||||
notify:
|
||||
- restart postgresql
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue