Skip to content

Commit

Permalink
Update README for 0.0.1a3 release (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: NilashishC <[email protected]>
  • Loading branch information
NilashishC authored Oct 31, 2023
1 parent 41ba06c commit fa504e2
Showing 1 changed file with 25 additions and 11 deletions.
36 changes: 25 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,12 @@ $ tree -lla /home/ansible-dev/collections/ansible_collections
├── CHANGELOG.rst
├── changelogs
│ └── config.yaml
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING
├── docs
│ └── docsite
│ └── links.yml
│ ├── docsite
│ │ └── links.yml
│ └── .keep
├── extensions
│ ├── eda
│ │ └── rulebooks
Expand All @@ -91,7 +94,12 @@ $ tree -lla /home/ansible-dev/collections/ansible_collections
│ └── vars
│ └── vars.yml
├── galaxy.yml
├── .github
│ └── workflows
│ └── test.yml
├── .isort.cfg
├── LICENSE
├── MAINTAINERS
├── meta
│ └── runtime.yml
├── plugins
Expand All @@ -114,17 +122,23 @@ $ tree -lla /home/ansible-dev/collections/ansible_collections
│ │ └── __init__.py
│ └── test
│ └── __init__.py
├── .pre-commit-config.yaml
├── .prettierignore
├── pyproject.toml
├── README.md
└── tests
├── integration
│ ├── __init__.py
│ ├── targets
│ │ └── hello_world
│ │ └── tasks
│ │ └── main.yml
│ └── test_integration.py
└── unit
├── tests
│ ├── .gitignore
│ ├── integration
│ │ ├── __init__.py
│ │ ├── targets
│ │ │ └── hello_world
│ │ │ └── tasks
│ │ │ └── main.yml
│ │ └── test_integration.py
│ └── unit
│ └── .keep
└── .vscode
└── extensions.json
```

### Upcoming features
Expand Down

0 comments on commit fa504e2

Please sign in to comment.