From 1ce68baee7a10e316b59919f4797c40ddcb61ed4 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Tue, 12 Jan 2021 11:57:39 +0100
Subject: [PATCH] docker/l3d#74 Move all documentation to devops-tools doc

---
 README.md | 22 ++--------------------
 1 file changed, 2 insertions(+), 20 deletions(-)

diff --git a/README.md b/README.md
index 83e4bd3..409edbe 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,3 @@
-# Updating PHP Version
+# PHP
 
-```
-# Example: from 7.1 to 7.3
-
-ascr role php
-
-# - Move FPM Conf from 7.1 to 7.3
-# - Remove www FPM Conf from 7.3
-# - Stop FPM 7.1
-# - Restart FPM 7.3
-
-
-a -m service -a "name=php7.1-fpm state=stopped enabled=no"
-a -m service -a "name=php7.3-fpm state=started enabled=yes"
-ascr jailkit-upgrade
-
-# On the Host
-update-alternatives --config php
-etckeeper commit -m "After PHP update to PHP 7.3"
-```
+You find all the details in the [full documentation](https://devops-tools.docs.lakedrops.com/ansible/roles/php/).
-- 
GitLab