We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8714db commit 9773ea2Copy full SHA for 9773ea2
.vscode/launch.json
@@ -17,9 +17,23 @@
17
"module": "ansible_creator",
18
"args": [
19
"init",
20
+ "playbook",
21
"testns.testname",
- "--init-path",
22
- "/home/user/..path/to/collections/ansible_collections"
+ "/home/user/..path/to/your/new_playbook_project"
23
+ ],
24
+ "cwd": "${workspaceFolder}/src",
25
+ "justMyCode": false
26
+ },
27
+ {
28
+ "name": "Debug subcommand: add",
29
+ "type": "debugpy",
30
+ "request": "launch",
31
+ "module": "ansible_creator",
32
+ "args": [
33
+ "add",
34
+ "resource",
35
+ "devcontainer",
36
+ "/home/user/..path/to/your/existing_project"
37
],
38
"cwd": "${workspaceFolder}/src",
39
"justMyCode": false
0 commit comments