PHP Classes

File: ansible/roles/php/tasks/configure.yml

Recommend this page to a friend!
  Classes of Omar Shaban   PHP Game of Three   ansible/roles/php/tasks/configure.yml   Download  
File: ansible/roles/php/tasks/configure.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Game of Three
Game of Three implementation using Websockets
Author: By
Last change:
Date: 2 years ago
Size: 216 bytes
 

Contents

Class file image Download
--- - stat: path=/etc/php5/fpm/php.ini register: phpfpm - stat: path=/etc/php5/cli/php.ini register: phpcli - include: php-fpm.yml when: phpfpm.stat.exists - include: php-cli.yml when: phpcli.stat.exists