File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,9 +74,12 @@ $ tree -lla /home/ansible-dev/collections/ansible_collections
7474├── CHANGELOG.rst
7575├── changelogs
7676│ └── config.yaml
77+ ├── CODE_OF_CONDUCT.md
78+ ├── CONTRIBUTING
7779├── docs
78- │ └── docsite
79- │ └── links.yml
80+ │ ├── docsite
81+ │ │ └── links.yml
82+ │ └── .keep
8083├── extensions
8184│ ├── eda
8285│ │ └── rulebooks
@@ -91,7 +94,12 @@ $ tree -lla /home/ansible-dev/collections/ansible_collections
9194│ └── vars
9295│ └── vars.yml
9396├── galaxy.yml
97+ ├── .github
98+ │ └── workflows
99+ │ └── test.yml
100+ ├── .isort.cfg
94101├── LICENSE
102+ ├── MAINTAINERS
95103├── meta
96104│ └── runtime.yml
97105├── plugins
@@ -114,17 +122,23 @@ $ tree -lla /home/ansible-dev/collections/ansible_collections
114122│ │ └── __init__.py
115123│ └── test
116124│ └── __init__.py
125+ ├── .pre-commit-config.yaml
126+ ├── .prettierignore
117127├── pyproject.toml
118128├── README.md
119- └── tests
120- ├── integration
121- │ ├── __init__.py
122- │ ├── targets
123- │ │ └── hello_world
124- │ │ └── tasks
125- │ │ └── main.yml
126- │ └── test_integration.py
127- └── unit
129+ ├── tests
130+ │ ├── .gitignore
131+ │ ├── integration
132+ │ │ ├── __init__.py
133+ │ │ ├── targets
134+ │ │ │ └── hello_world
135+ │ │ │ └── tasks
136+ │ │ │ └── main.yml
137+ │ │ └── test_integration.py
138+ │ └── unit
139+ │ └── .keep
140+ └── .vscode
141+ └── extensions.json
128142```
129143
130144### Upcoming features
You can’t perform that action at this time.
0 commit comments