Skip to content

Commit

Permalink
Merge pull request #13 from ystia/hotfix/ansible-version-for-yorc
Browse files Browse the repository at this point in the history
update ansible version for latest build of Yorc
  • Loading branch information
loicalbertin authored Sep 13, 2018
2 parents 1a48bbc + 7cb1830 commit 5244664
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org/ystia/ansible/pub/types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ node_types:
component_version:
type: version
required: true
default: 2.4.1.0
default: 2.6.3

relationship_types:
org.ystia.ansible.pub.relationships.DependsOnAnsibleRuntime:
Expand Down
2 changes: 1 addition & 1 deletion org/ystia/topologies/a4c_yorc_basic/types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ topology_template:
AnsibleRuntime:
type: org.ystia.ansible.linux.ansible.nodes.AnsibleRuntime
properties:
component_version: "2.4.1.0"
component_version: "2.6.3"
requirements:
- hostedOnComputeHost:
type_requirement: host
Expand Down
2 changes: 1 addition & 1 deletion org/ystia/topologies/a4c_yorc_ha/types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ topology_template:
AnsibleRuntime:
type: org.ystia.ansible.linux.ansible.nodes.AnsibleRuntime
properties:
component_version: "2.4.1.0"
component_version: "2.6.3"
requirements:
- hostedOnComputeYorcHost:
type_requirement: host
Expand Down

0 comments on commit 5244664

Please sign in to comment.