Skip to content

Commit

Permalink
update to version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ipa-big committed Feb 14, 2024
1 parent 6170fbe commit cd6cf78
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions capability.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"actionClass": "AwxAction",
"actionType": "INSTALL",
"awxRepo": "https://github.com/eclipse-slm/slm-dc-docker",
"awxBranch": "1.0.1",
"awxBranch": "1.0.2",
"playbook": "install.yml",
"skipable": true,
"connectionTypes": ["ssh", "WinSsh"]
Expand All @@ -20,31 +20,31 @@
"actionClass": "AwxAction",
"actionType": "UNINSTALL",
"awxRepo": "https://github.com/eclipse-slm/slm-dc-docker",
"awxBranch": "1.0.1",
"awxBranch": "1.0.2",
"playbook": "uninstall.yml",
"connectionTypes": ["ssh", "WinSsh"]
},
"DEPLOY": {
"actionClass": "AwxAction",
"actionType": "DEPLOY",
"awxRepo": "https://github.com/eclipse-slm/slm-dc-docker",
"awxBranch": "1.0.1",
"awxBranch": "1.0.2",
"playbook": "deploy.yml",
"connectionTypes": ["ssh", "WinSsh"]
},
"UNDEPLOY": {
"actionClass": "AwxAction",
"actionType": "UNDEPLOY",
"awxRepo": "https://github.com/eclipse-slm/slm-dc-docker",
"awxBranch": "1.0.1",
"awxBranch": "1.0.2",
"playbook": "undeploy.yml",
"connectionTypes": ["ssh", "WinSsh"]
},
"UPDATE": {
"actionClass": "AwxAction",
"actionType": "UPDATE",
"awxRepo": "https://github.com/eclipse-slm/slm-dc-docker",
"awxBranch": "1.0.1",
"awxBranch": "1.0.2",
"playbook": "deploy.yml",
"connectionTypes": ["ssh", "WinSsh"]
}
Expand Down

0 comments on commit cd6cf78

Please sign in to comment.