Ermittle PHP-Version auch im --check
-Modus
Dies dürfte die `--check`-Ausführung von mehreren Rollen ermöglichen.
This commit is contained in:
parent
fc7c14eda5
commit
ae31092b2a
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
cmd: php -v | grep -Po '(?<=PHP )([0-9.]{3})'
|
cmd: php -v | grep -Po '(?<=PHP )([0-9.]{3})'
|
||||||
register: php_version
|
register: php_version
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
check_mode: no
|
||||||
|
|
||||||
- import_tasks: packages.yml
|
- import_tasks: packages.yml
|
||||||
tags: packages
|
tags: packages
|
||||||
|
|
Loading…
Reference in a new issue