Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
EIT-SWE
Infrastructure
Commits
15125bec
Commit
15125bec
authored
Oct 20, 2017
by
MICHAEL EUGENE ZALEWSKI
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing CLI command for creating quartz tables
parent
a4e0c060
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
roles/quartz_scheduler/tasks/main.yml
roles/quartz_scheduler/tasks/main.yml
+1
-1
No files found.
roles/quartz_scheduler/tasks/main.yml
View file @
15125bec
...
...
@@ -18,6 +18,6 @@
-
name
:
Creating Quartz Tables
become
:
true
become_user
:
postgres
command
:
"
psql
-U
vagrant
-w
{{
db_user_pw
}}
-f
{{
item
}}
-d
{{
db_name
}}"
command
:
"
psql
-U
vagrant
-w
-f
{{
item
}}
-d
{{
db_name
}}"
with_items
:
-
~/quartz_tables_postgres.sql
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment