From 3b48e49cb7c7cecd0aaffac6750192dac18a529a Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 8 Feb 2023 11:23:01 +0100 Subject: [PATCH] Add info about version tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6de36c2..0f445fa 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ php: Per Ansible Tag kann ein Systemkonto und ein PHP-FPM-Socket und Service angelegt werden. Am Beispiel des playbooks `php.yml`: ```Shell -ansible-playbook playbooks/php.yml --tags never,user -e "php_user=foobar create_home=true" +ansible-playbook playbooks/php.yml --tags php_version,never,user -e "php_user=foobar create_home=true" ``` Systemd-Socket und Service sind anschließend als `php-fpm@{{ php_user }}.[socket|service]` verfügbar.