Skip to content

Commit

Permalink
Merge pull request #13 from Apreche/ansible_requirement
Browse files Browse the repository at this point in the history
Add ansible as project requirement so vault cmd doesn't fail
  • Loading branch information
Scott Rubin authored Jul 26, 2021
2 parents 1c46fb2 + 6a7eae5 commit c8cfbd2
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 3 deletions.
2 changes: 1 addition & 1 deletion djangogoboot/settings.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
TEMPLATE_URL = "https://github.com/Apreche/djangogoboot-template/archive/refs/tags/2.zip"
TEMPLATE_URL = "https://github.com/Apreche/djangogoboot-template/archive/refs/tags/3.zip"
ANSIBLE_VAULT_PASSWORD_FILENAME = "dggb_ansible_vault_password_file"
118 changes: 117 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "djangogoboot"
version = "1.0.1"
version = "1.0.2"
description = "Get a full Django stack up and running ASAP"
authors = ["Scott Rubin <[email protected]>"]
license = "MIT"
Expand All @@ -20,6 +20,7 @@ requests = "^2.25.1"
paramiko = "^2.7.2"
PyGithub = "^1.55"
Jinja2 = "^3.0.1"
ansible = "^4.3.0"

[tool.poetry.dev-dependencies]
ipython = "^7.22.0"
Expand Down

0 comments on commit c8cfbd2

Please sign in to comment.