Translate tasks names

This commit is contained in:
phil 2023-02-07 17:24:57 +01:00
parent 02e12b261e
commit bafce185a7
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
- import_tasks: packages.yml
tags: packages
- name: "Ermmittle PHP-Version"
- name: "Get PHP version"
ansible.builtin.shell:
cmd: php -v | grep -Po '(?<=PHP )([0-9.]{3})'
register: php_version

View file

@ -1,11 +1,11 @@
---
- name: "packages | Sammle Package Fakten"
- name: "Packages | Get installed packages"
ansible.builtin.package_facts:
manager: apt
# php-fpm muss vor php installiert werden
# Andernfalls wird libapache-mod-php installiert
- name: "packages | Installiere Pakete"
- name: "Packages | Install packages"
ansible.builtin.apt:
pkg:
- php-fpm