Loading tasks/main.yml +1 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ - ansible_os_family in php_fpm_pools_dir - ansible_os_family in php_fpm_user - ansible_distribution_release in ['precise', 'wheezy', 'jessie', 'trusty'] or ansible_distribution_version in ['6.0'] - ansible_os_family != 'OpenBSD' or ansible_distribution_version in php_fpm_pkg_version - php_fpm_global_config is iterable - php_fpm_www_pool_config is iterable Loading @@ -27,7 +26,7 @@ - name: pkg install when: ansible_pkg_mgr == 'openbsd_pkg' openbsd_pkg: name: '{{ php_fpm_pkg_version[ansible_distribution_version] }}' name: php-fastcgi%5.6 state: present - name: Create pools directory Loading vars/main.yml +0 −4 Original line number Diff line number Diff line --- # vars file for php-fpm php_fpm_pkg_version: '5.9': php-fastcgi-5.6.18 '6.0': php-fastcgi-5.6.23p0 php_fpm_service: OpenBSD: php56_fpm Debian: php5-fpm Loading Loading
tasks/main.yml +1 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ - ansible_os_family in php_fpm_pools_dir - ansible_os_family in php_fpm_user - ansible_distribution_release in ['precise', 'wheezy', 'jessie', 'trusty'] or ansible_distribution_version in ['6.0'] - ansible_os_family != 'OpenBSD' or ansible_distribution_version in php_fpm_pkg_version - php_fpm_global_config is iterable - php_fpm_www_pool_config is iterable Loading @@ -27,7 +26,7 @@ - name: pkg install when: ansible_pkg_mgr == 'openbsd_pkg' openbsd_pkg: name: '{{ php_fpm_pkg_version[ansible_distribution_version] }}' name: php-fastcgi%5.6 state: present - name: Create pools directory Loading
vars/main.yml +0 −4 Original line number Diff line number Diff line --- # vars file for php-fpm php_fpm_pkg_version: '5.9': php-fastcgi-5.6.18 '6.0': php-fastcgi-5.6.23p0 php_fpm_service: OpenBSD: php56_fpm Debian: php5-fpm Loading