Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions alien-base-types/alien-base-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ description: Types supported by alien 4 cloud that extends the TOSCA specificati

artifact_types:
org.alien4cloud.artifacts.BatchScript:
derived_from: tosca.artifacts.Root
derived_from: tosca.artifacts.Implementation
description: A Windows batch script (.bat or .cmd)
file_ext: [ bat, cmd]
org.alien4cloud.artifacts.AnsiblePlaybook:
derived_from: tosca.artifacts.Root
derived_from: tosca.artifacts.Implementation
mime_type: application/zip
file_ext: [ ansible ]

Expand Down