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