Skip to content

Commit

Permalink
Fix version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed May 10, 2023
1 parent 6790e99 commit 2c6c295
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
10 changes: 10 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"line-length": {
"strict": false,
"code_blocks": false,
"tables": false
},
"no-duplicate-heading": {
"siblings_only": true
}
}
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

### Configuration

| Variable | Type | Default | Description |
|---|---|---|---|
| distros | string | '[ "debian11", "debian10" ]' | List of distributions to test against the Role |
| python-dependencies | string | [see workflow](.github/workflows/ansible-integration-workflow.yaml) | Default pip dependencies for molecule |
| molecule-config | string | [see workflow](.github/workflows/ansible-integration-workflow.yaml) | Configuration for molecule |
| disable-apparmor-mysql | boolean | false | Disable AppArmor MySQL Profile for the Job Runner |
| Variable | Type | Default | Description |
| ---------------------- | ------- | ------------------------------------------------------------------- | -------------------------------------------------- |
| distros | string | '[ "debian11", "debian10" ]' | List of distributions to test against the Role |
| python-dependencies | string | [see workflow](.github/workflows/ansible-integration-workflow.yaml) | Default pip dependencies for molecule |
| molecule-config  | string | [see workflow](.github/workflows/ansible-integration-workflow.yaml) | Configuration for molecule |
| disable-apparmor-mysql | boolean |  false |  Disable AppArmor MySQL Profile for the Job Runner |

### Usage

Expand All @@ -30,7 +30,7 @@ on:
jobs:
integration:
name: Integration
uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@main
uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@v1.0.0
with:
distros: '[ "debian11", "debian10", "ubuntu2204", "ubuntu2004", "ubuntu1804" ]'
```
Expand All @@ -39,9 +39,9 @@ jobs:
### Configuration
| Variable | Type | Default | Description |
|---|---|---|---|
| galaxy-token | secret | | Secret for Ansible Galaxy |
| Variable | Type | Default | Description |
| ------------ | ------ | ------- | ------------------------- |
| galaxy-token | secret |   | Secret for Ansible Galaxy |
### Usage
Expand Down

0 comments on commit 2c6c295

Please sign in to comment.