This commit is contained in:
ipvsean
2020-02-24 17:35:02 -05:00
parent fdfe937462
commit 193aaabb93
3 changed files with 36 additions and 26 deletions

View File

@@ -1,10 +0,0 @@
---
- name: setup deploy_application.yml demo
hosts: localhost
gather_facts: false
become: yes
tasks:
- name: Conditional role
include_role:
name: "{{playbook_dir}}/../deploy_application"

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/deploy_application"