This commit is contained in:
parent
ff06a1f2a9
commit
224dc73c91
@ -8,6 +8,7 @@ steps:
|
||||
settings:
|
||||
playbook: playbook.yml
|
||||
inventory: inventory.yml
|
||||
galaxy: requirements.yml
|
||||
syntax_check: true
|
||||
|
||||
- name: Apply playbook
|
||||
|
2
requirements.yml
Normal file
2
requirements.yml
Normal file
@ -0,0 +1,2 @@
|
||||
collections:
|
||||
- community.docker
|
@ -1,6 +1,3 @@
|
||||
- ansible.builtin.debug:
|
||||
msg: foo
|
||||
|
||||
- name: Run coturn container
|
||||
community.docker.docker_container:
|
||||
name: coturn
|
||||
|
Loading…
Reference in New Issue
Block a user