Add info about version tag

This commit is contained in:
phil 2023-02-08 11:23:01 +01:00
parent ee5c5bc5b6
commit 3b48e49cb7
1 changed files with 1 additions and 1 deletions

View File

@ -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.