mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
postgresql/tasks/install.yml typo: numner -> number
This commit is contained in:
parent
b691bd8252
commit
0a114af24e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
- python3-psycopg2 # For Ansible modules {postgresql_db, postgresql_user} in Ansible collection community.postgresql -- used in moodle/tasks/install.yml
|
||||
state: present
|
||||
|
||||
- name: Run shell command "pg_config --version" to extract MAJOR version numner -- strip off MINOR/PATCH version number(s)
|
||||
- name: Run shell command "pg_config --version" to extract MAJOR version number -- strip off MINOR/PATCH version number(s)
|
||||
shell: pg_config --version | sed 's/^[^0-9]*//' | sed 's/[^0-9].*//'
|
||||
register: pg_config_version
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue