Fix a typo.
This commit is contained in:
parent
9735ea05f7
commit
d01b802844
|
@ -13,7 +13,7 @@
|
|||
yum: pkg={{ psql_el_pgdg_packages }} state={{ psql_pkg_state }}
|
||||
|
||||
- name: Init the db if needed
|
||||
shell: "/usr/pgsql-{{ psql_version }}/bin/postgresql-{{ psql_version }}-setup" initdb
|
||||
shell: /usr/pgsql-{{ psql_version }}/bin/postgresql-{{ psql_version }}-setup initdb
|
||||
args:
|
||||
creates: '{{ psql_el_data_dir }}/postgresql.conf'
|
||||
|
||||
|
|
Loading…
Reference in New Issue