From e61a68de53c9478d84e212c01ddd23da09b41911 Mon Sep 17 00:00:00 2001 From: Alexander Dahl <alex@netz39.de> Date: Sun, 9 Mar 2025 18:34:45 +0100 Subject: [PATCH] :rotating_light: 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. --- host-wittgenstein.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host-wittgenstein.yml b/host-wittgenstein.yml index 878ef29..dd9aae6 100644 --- a/host-wittgenstein.yml +++ b/host-wittgenstein.yml @@ -130,7 +130,7 @@ ### Space API - name: Setup the SpaceAPI Docker container - docker_container: + community.docker.docker_container: name: spaceapi image: "{{ spaceapi_image }}" pull: true @@ -149,7 +149,7 @@ - spaceapi - name: Setup the Ampel Controller Docker container - docker_container: + community.docker.docker_container: name: ampelcontroller image: "{{ ampelcontroller_image }}" pull: true