mirror of
https://github.com/geerlingguy/ansible-role-postgresql.git
synced 2024-11-11 13:50:50 -05:00
Fix yamllint errors.
This commit is contained in:
parent
46e4f7d595
commit
15bf110918
2 changed files with 3 additions and 1 deletions
|
@ -4,3 +4,6 @@ rules:
|
|||
line-length:
|
||||
max: 120
|
||||
level: warning
|
||||
|
||||
ignore: |
|
||||
.github/stale.yml
|
||||
|
|
|
@ -12,4 +12,3 @@ __postgresql_packages:
|
|||
__postgresql_unix_socket_directories_mode: '0755'
|
||||
# Fedora 32 containers only have python3 by default
|
||||
postgresql_python_library: python3-psycopg2
|
||||
|
||||
|
|
Loading…
Reference in a new issue