diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..abd0dce --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,10 @@ +{ + "line-length": { + "strict": false, + "code_blocks": false, + "tables": false + }, + "no-duplicate-heading": { + "siblings_only": true + } +} diff --git a/README.md b/README.md index 50a51ed..e5feaa7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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" ]' ``` @@ -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