Merge branch 'master' of github.com:robertdebock/ansible-generator
This commit is contained in:
commit
ca6cf359f9
|
|
@ -2,5 +2,6 @@
|
|||
*.log
|
||||
*.swp
|
||||
.tox
|
||||
.cache
|
||||
.DS_Store
|
||||
.cache
|
||||
|
|
|
|||
|
|
@ -18,3 +18,4 @@ repos:
|
|||
hooks:
|
||||
- id: ansible_role_find_unused_variable
|
||||
- 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:
|
||||
- docker:dind
|
||||
|
|
|
|||
Loading…
Reference in New Issue