You've already forked ansible-role-checkmk-agent
Remove deprecated "group" option
This commit is contained in:
@@ -11,7 +11,6 @@ when:
|
|||||||
event: [push, manual]
|
event: [push, manual]
|
||||||
steps:
|
steps:
|
||||||
ansible-lint:
|
ansible-lint:
|
||||||
group: test
|
|
||||||
name: 'Lint: Ansible-lint'
|
name: 'Lint: Ansible-lint'
|
||||||
image: guisea/ansible-molecule
|
image: guisea/ansible-molecule
|
||||||
environment:
|
environment:
|
||||||
@@ -21,7 +20,6 @@ steps:
|
|||||||
when:
|
when:
|
||||||
event: [push, manual]
|
event: [push, manual]
|
||||||
yamllint:
|
yamllint:
|
||||||
group: test
|
|
||||||
name: 'Lint: Yamllint'
|
name: 'Lint: Yamllint'
|
||||||
image: guisea/ansible-molecule
|
image: guisea/ansible-molecule
|
||||||
commands: [yamllint -f colored .]
|
commands: [yamllint -f colored .]
|
||||||
|
|||||||
Reference in New Issue
Block a user