Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
9facc129
Commit
9facc129
authored
Jul 30, 2016
by
David Haynes
Browse files
Let django make and destroy the test db
- vs. having it exist already then it asking you to remove it
parent
3e8892c1
Changes
1
Show whitespace changes
Inline
Side-by-side
provisioning/playbook.yml
View file @
9facc129
...
...
@@ -52,13 +52,6 @@
priv=test_{{ mysql['db'] }}.*:ALL
append_privs=yes
-
name
:
create test mysql database
mysql_db
:
>
name={{ mysql['db'] }}_test
state=present
login_user={{ mysql['root_user'] }}
login_password={{ mysql['root_pass'] }}
-
name
:
install site packages to virtual env
pip
:
>
requirements={{ django['requirements_path'] }}
...
...
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