syncing
This commit is contained in:
@@ -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"
|
||||
11
playbooks/install_deploy_application.yml
Normal file
11
playbooks/install_deploy_application.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/deploy_application"
|
||||
Reference in New Issue
Block a user