This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-nextcloud
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
upgrade python packages to python3
master
Markus Katharina Brechtel
3 years ago
parent
31940da73f
commit
a690eaf46a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/postgresql.yaml
+ 1
- 1
tasks/postgresql.yaml
View File
@@ -2,7 +2,7 @@
- name: debian packages required for database management
apt:
pkg: python-psycopg2
pkg: python
3
-psycopg2
delegate_to: "{{ (nextcloud_database_host != 'localhost') | ternary(nextcloud_database_host,inventory_hostname) }}"
- name: postgresql user
Write
Preview
Loading…
Cancel
Save