We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e346044 commit fa7f700Copy full SHA for fa7f700
1 file changed
next-ui/ansible/playbook.yml
@@ -41,14 +41,14 @@
41
42
- name: Pull Docker image
43
community.docker.docker_image:
44
- name: kenneth4/alienui:latest
+ name: kenneth4/alienui:0.2
45
tag: latest
46
source: pull
47
48
- name: Run container
49
community.docker.docker_container:
50
- name: buygun
51
- image: kenneth4/alienui:latest
+ name: alienui
+ image: kenneth4/alienui:0.2
52
state: started
53
restart_policy: always
54
published_ports:
0 commit comments