Skip to content
This repository has been archived by the owner on Aug 21, 2022. It is now read-only.

Commit

Permalink
fix: add load-config.yml task
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Aug 22, 2020
1 parent 65b1c75 commit 03cfc3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stackhead-module.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
type: webserver
terraform:
provider:
name: nginx
url: https://github.com/getstackhead/terraform-nginx/releases/download/v1.3.0/terraform-provider-nginx
url: https://github.com/getstackhead/terraform-nginx/releases/download/v1.3.0/terraform-provider-nginx
4 changes: 4 additions & 0 deletions tasks/load-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
- include_vars:
file: "{{ role_path }}/stackhead-module.yml"
name: "{{ include_varname }}"

0 comments on commit 03cfc3b

Please sign in to comment.