Bump to 1.0.7
parent
713437343d
commit
065fb53eb2
|
@ -6,6 +6,7 @@ exclude_paths:
|
||||||
- .ansible-lint
|
- .ansible-lint
|
||||||
- .yamllint
|
- .yamllint
|
||||||
- meta/
|
- meta/
|
||||||
|
- playbooks/roles/
|
||||||
|
|
||||||
rulesdir:
|
rulesdir:
|
||||||
- ../../ansible-lint-custom-rules/rules/
|
- ../../ansible-lint-custom-rules/rules/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
namespace: middleware_automation
|
namespace: middleware_automation
|
||||||
name: keycloak
|
name: keycloak
|
||||||
version: "1.0.6"
|
version: "1.0.7"
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Romain Pelisse <rpelisse@redhat.com>
|
- Romain Pelisse <rpelisse@redhat.com>
|
||||||
|
@ -32,3 +32,4 @@ build_ignore:
|
||||||
- .github
|
- .github
|
||||||
- '*.tar.gz'
|
- '*.tar.gz'
|
||||||
- '*.zip'
|
- '*.zip'
|
||||||
|
- changelogs/fragments/.gitignore
|
||||||
|
|
Loading…
Reference in New Issue