You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installing.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,13 @@ $ tree -lla /home/ansible-dev/collections/ansible_collections/testns/testname
77
77
│ └── config.yaml
78
78
├── CODE_OF_CONDUCT.md
79
79
├── CONTRIBUTING
80
+
├── .devcontainer
81
+
│ ├── devcontainer.json
82
+
│ ├── docker
83
+
│ │ └── devcontainer.json
84
+
│ └── podman
85
+
│ └── devcontainer.json
86
+
├── devfile.yaml
80
87
├── docs
81
88
│ ├── docsite
82
89
│ │ └── links.yml
@@ -189,7 +196,7 @@ This command will scaffold the ansible-project `new_ansible_project` at `/home/u
189
196
Running the init command with parameters `--project`, `--scm-org` and `--scm-project` generates an Ansible Project with a comprehensive directory structure. Explore it using:
190
197
191
198
```console
192
-
$ tree -la /home/ansible-dev/collections/ansible_collections/testns/testname
199
+
$ tree -la /home/user/path/to/your/new_ansible_project
193
200
.
194
201
├── ansible.cfg
195
202
├── ansible-navigator.yml
@@ -210,6 +217,7 @@ $ tree -la /home/ansible-dev/collections/ansible_collections/testns/testname
0 commit comments