Merge branch 'master' of github.com:robertdebock/ansible-generator
This commit is contained in:
commit
ca6cf359f9
|
|
@ -2,5 +2,6 @@
|
||||||
*.log
|
*.log
|
||||||
*.swp
|
*.swp
|
||||||
.tox
|
.tox
|
||||||
|
.cache
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.cache
|
.cache
|
||||||
|
|
|
||||||
|
|
@ -18,3 +18,4 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: ansible_role_find_unused_variable
|
- id: ansible_role_find_unused_variable
|
||||||
- id: ansible_role_find_empty_files
|
- id: ansible_role_find_empty_files
|
||||||
|
- id: ansible_role_find_empty_directories
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
image: robertdebock/github-action-molecule:2.6.6
|
image: robertdebock/github-action-molecule:3.0.6
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue