-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from bounverif/automated-documentation-update-8…
…493338190 Automated documentation update
- Loading branch information
Showing
1 changed file
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,24 @@ | ||
# Ansible | ||
|
||
An Ansible install feature | ||
# Ansible (from source) (features-ansible) | ||
|
||
Install an up-to-date version of Ansible, built from source as needed. | ||
|
||
## Example Usage | ||
|
||
```json | ||
"features": { | ||
"ghcr.io/bounverif/devcontainers/features-ansible:0": { | ||
"version": "latest" | ||
} | ||
"ghcr.io/bounverif/devcontainers/features-ansible:0": {} | ||
} | ||
``` | ||
``` | ||
|
||
## Options | ||
|
||
| Options Id | Description | Type | Default Value | | ||
|-----|-----|-----|-----| | ||
|
||
|
||
|
||
|
||
--- | ||
|
||
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/bounverif/devcontainers/blob/main/features/src/features-ansible/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ |