Skip to content
Snippets Groups Projects
Commit 185134ec authored by drebs's avatar drebs
Browse files

fix nextcloud role: wrong quotes

parent 7868db05
No related branches found
No related tags found
No related merge requests found
Pipeline #277116 failed
......@@ -29,7 +29,7 @@ class role::nextcloud (
'host' => '/var/run/redis/redis.sock',
'port' => 0,
'dbindex' => 0,
'password' => "${password}",
'password' => '${password}',
'timeout' => 1.5,
],
);"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment