trying alternate method

This commit is contained in:
ipvsean
2020-02-25 10:11:25 -05:00
parent 193aaabb93
commit fea4d61a04
6 changed files with 47 additions and 28 deletions

View 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"