reverting b/c symbolic link doesn't work :-|
This commit is contained in:
11
playbooks/install_demo.yml
Normal file
11
playbooks/install_demo.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: setup deploy application demo
|
||||
hosts: localhost
|
||||
gather_facts: false
|
||||
connection: local
|
||||
|
||||
tasks:
|
||||
|
||||
- name: install demo
|
||||
include_role:
|
||||
name: "../roles/install_demo"
|
||||
Reference in New Issue
Block a user