Skip to content

Commit 8306c68

Browse files
authored
Merge pull request scarolan#1 from thaumos/master
initial playbook
2 parents f148535 + 4d6716e commit 8306c68

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
- hosts: localhost
3+
4+
tasks:
5+
6+
terraform:
7+
project_path: terraform/
8+
state: present

0 commit comments

Comments
 (0)