🚨 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:
parent
e61a68de53
commit
5d1ca7ef9f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue