From 90c08aaeda090d602ff805fc52d60413184fac75 Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 15 Jun 2026 18:27:28 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 026bd1c..5385251 100644 --- a/README.md +++ b/README.md @@ -94,9 +94,7 @@ I inventoried the existing services on the bare-metal server, looking at things After I built a Docker compose file matching the image that is to be pulled's version with the version on the bare-metal server -I built an Ansible playbook which migrates data, pulls the correct image and makes relevant directory and configuration changes - -I tested piece by piece, making changes to playbook, configuration files, directories and Docker image file until complete functionality of the containerized service was verified +I built an Ansible playbook which migrates data, pulls the correct image and makes relevant directory and configuration changes for the Dockerized services ## Compromises