some cosmetic changes

This commit is contained in:
2024-09-25 23:52:32 +02:00
parent 6cadc44d1c
commit d5b99433d8
2 changed files with 6 additions and 7 deletions

View File

@@ -1,18 +1,17 @@
---
# TODO this is yet unused
- name: test docker setup
become: true
community.docker.docker_container:
name: test-docker
image: hello-world
state: started
name: hello-world
image: hello-world
register: docker_test
when: docker_install is changed
- name: remove test container
become: true
community.docker.docker_container:
name: test-docker
image: hello-world
state: absent
when: docker_install is changed
name: hello-world
image: hello-world
when: docker_test is changed