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
2b6f725d
Commit
2b6f725d
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
6e6ca1b1
Pipeline
#300
passed with stages
in 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
provisioning/playbook.yml
View file @
2b6f725d
...
...
@@ -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