mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
Corrected name and removed the scenario
This commit is contained in:
6
.github/workflows/telegraf.yml
vendored
6
.github/workflows/telegraf.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: "community.zabbix.zabbix_server"
|
name: "ansible-telegraf"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
@ -41,8 +41,6 @@ jobs:
|
|||||||
image: geerlingguy/docker-debian9-ansible:latest
|
image: geerlingguy/docker-debian9-ansible:latest
|
||||||
- container: debian8
|
- container: debian8
|
||||||
image: geerlingguy/docker-debian8-ansible:latest
|
image: geerlingguy/docker-debian8-ansible:latest
|
||||||
collection_role:
|
|
||||||
- zabbix_server
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
@ -63,4 +61,4 @@ jobs:
|
|||||||
MY_MOLECULE_IMAGE=${{ matrix.molecule_distro.image }}
|
MY_MOLECULE_IMAGE=${{ matrix.molecule_distro.image }}
|
||||||
MY_MOLECULE_GROUP=${{ matrix.molecule_distro.group }}
|
MY_MOLECULE_GROUP=${{ matrix.molecule_distro.group }}
|
||||||
MY_MOLECULE_DOCKER_COMMAND=${{ matrix.molecule_distro.command }}
|
MY_MOLECULE_DOCKER_COMMAND=${{ matrix.molecule_distro.command }}
|
||||||
molecule test -s ${{ matrix.collection_role }}
|
molecule test
|
||||||
|
Reference in New Issue
Block a user