commit b4870f996a6237573d5e94f1d0e4d12e2d0a10fd parent ac8c1788907f492b00c124f98584a203f5ead18f Author: Karl Eklund <localpart@gmail.com> Date: Sat, 28 Mar 2026 14:23:41 +0100 Run the container Diffstat:
| M | playbook.yml | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/playbook.yml b/playbook.yml @@ -10,3 +10,10 @@ path: "{{ playbook_dir }}/python_app" rm: true tag: latest + - name: Run Docker container + docker_container: + name: service-status-app + image: service-status-app:latest + state: started + ports: + - "8000:8000"