Skip to content

Commit d448ccd

Browse files
authored
CG fix for Ansible (#1182)
* bumped scp2-2022 version to 0.9.1 * Update task.json
1 parent 16397d8 commit d448ccd

File tree

3 files changed

+68
-123
lines changed

3 files changed

+68
-123
lines changed

Extensions/Ansible/Src/Tasks/Ansible/package-lock.json

Lines changed: 65 additions & 120 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Extensions/Ansible/Src/Tasks/Ansible/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"@types/node": "^16.11.0",
1010
"azure-pipelines-task-lib": "^4.2.0",
11-
"scp2-2022": "^0.9.0",
11+
"scp2-2022": "^0.9.1",
1212
"shelljs": "^0.8.5",
1313
"ssh2": "^1.11.0",
1414
"uuid": "^3.3.2",

Extensions/Ansible/Src/Tasks/Ansible/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"author": "Microsoft Corporation",
1717
"version": {
1818
"Major": 0,
19-
"Minor": 0,
20-
"Patch": 6
19+
"Minor": 227,
20+
"Patch": 0
2121
},
2222
"minimumAgentVersion": "2.144.0",
2323
"demands": [],

0 commit comments

Comments
 (0)