Skip to content

Commit 264bd2e

Browse files
authored
Merge pull request #343 from cloudify-community/update-submods
update submods
2 parents bda4ccd + 471efd0 commit 264bd2e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

hello-world-example/includes/hello-world-ansible.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@ tosca_definitions_version: cloudify_dsl_1_4
22

33
description: Installs HTTPD with Ansible.
44

5+
inputs:
6+
7+
playbook_path:
8+
type: string
9+
display_label: Playbook Path
10+
default: apache2/playbook.yaml
11+
512
node_templates:
613

714
hello-world:
815
type: cloudify.nodes.ansible.Playbook
916
properties:
10-
playbook_path: apache2/playbook.yaml
17+
playbook_path: { get_input: playbook_path }
1118
start_at_task: "install apache2"
1219
ansible_env_vars:
1320
ANSIBLE_INVALID_TASK_ATTRIBUTE_FAILED: "False"

0 commit comments

Comments
 (0)