Add support for Ansible packages
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / remote_scripts / Definitions / artifact_types.json
index 4452363..a6a34ae 100644 (file)
@@ -7,6 +7,14 @@
       "file_ext": [
         "py"
       ]
+    },
+    "artifact-script-ansible": {
+      "description": "Ansible Script file",
+      "version": "1.0.0",
+      "file_ext": [
+        "yaml"
+      ],
+      "derived_from": "tosca.artifacts.Implementation"
     }
   }
 }
\ No newline at end of file