🚨 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:
|
tasks:
|
||||||
- name: Setup the docker container for unifi-controller
|
- name: Setup the docker container for unifi-controller
|
||||||
docker_container:
|
community.docker.docker_container:
|
||||||
name: unifi-controller
|
name: unifi-controller
|
||||||
image: jacobalberty/unifi:v9.0.114
|
image: jacobalberty/unifi:v9.0.114
|
||||||
state: started
|
state: started
|
||||||
|
|
Loading…
Add table
Reference in a new issue