mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-24 17:52:25 +01:00
7 lines
109 B
YAML
Executable File
7 lines
109 B
YAML
Executable File
---
|
|
- stat: path=/etc/php5/cli/php.ini
|
|
register: phpcli
|
|
|
|
- include: php-cli.yml
|
|
when: phpcli.stat.exists
|