🚨 host: wittgenstein: Fix fqcn linter warnings
fqcn[action]: Use FQCN for module actions, such `community.docker.docker_container`. host-wittgenstein.yml:132 Action `docker_container` is not FQCN. fqcn[action]: Use FQCN for module actions, such `community.docker.docker_container`. host-wittgenstein.yml:151 Action `docker_container` is not FQCN.
This commit is contained in:
parent
23bc6d7b69
commit
e61a68de53
1 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@
|
||||||
|
|
||||||
### Space API
|
### Space API
|
||||||
- name: Setup the SpaceAPI Docker container
|
- name: Setup the SpaceAPI Docker container
|
||||||
docker_container:
|
community.docker.docker_container:
|
||||||
name: spaceapi
|
name: spaceapi
|
||||||
image: "{{ spaceapi_image }}"
|
image: "{{ spaceapi_image }}"
|
||||||
pull: true
|
pull: true
|
||||||
|
@ -149,7 +149,7 @@
|
||||||
- spaceapi
|
- spaceapi
|
||||||
|
|
||||||
- name: Setup the Ampel Controller Docker container
|
- name: Setup the Ampel Controller Docker container
|
||||||
docker_container:
|
community.docker.docker_container:
|
||||||
name: ampelcontroller
|
name: ampelcontroller
|
||||||
image: "{{ ampelcontroller_image }}"
|
image: "{{ ampelcontroller_image }}"
|
||||||
pull: true
|
pull: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue