🚨 host: unicorn: Fix fqcn linter warning

fqcn[action]: Use FQCN for module actions, such `community.docker.docker_container`.
    host-unicorn.yml:14 Action `docker_container` is not FQCN.
This commit is contained in:
Alexander Dahl 2025-03-09 18:37:00 +01:00
parent e61a68de53
commit 5d1ca7ef9f

View file

@ -12,7 +12,7 @@
tasks:
- name: Setup the docker container for unifi-controller
docker_container:
community.docker.docker_container:
name: unifi-controller
image: jacobalberty/unifi:v9.0.114
state: started