Loading .travis.yml +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ group: beta env: global: - VBOX_MEMORY=2048 - VBOX_HWVIRTEX=off matrix: - TOXENV=pre-commit - TOXENV=openbsd60 Loading meta/main.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ galaxy_info: description: Provision PHP FastCGI (FPM) company: Shore technologies license: MIT min_ansible_version: 2.0 min_ansible_version: 2.3 platforms: - name: OpenBSD versions: Loading molecule.yml +1 −1 Original line number Diff line number Diff line Loading @@ -42,6 +42,6 @@ vagrant: - 'landrush_ip.override = false if Vagrant.has_plugin?("landrush")' - | vm.provider "virtualbox" do |v| v.customize "pre-boot", ["modifyvm", :id, "--hwvirtex", "off"] v.customize "pre-boot", ["modifyvm", :id, "--hwvirtex", ENV['VBOX_HWVIRTEX']] if ENV.has_key?('VBOX_HWVIRTEX') v.memory = ENV['VBOX_MEMORY'].to_i if ENV.has_key?('VBOX_MEMORY') end tasks/main.yml +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ - ansible_os_family in php_fpm_validate_config - ansible_os_family in php_fpm_pools_dir - ansible_os_family in php_fpm_user - ansible_distribution_release in ['jessie', 'trusty'] or ansible_distribution_version in ['6.0'] - ansible_distribution_release in ['precise', 'wheezy', 'jessie', 'trusty'] or ansible_distribution_version in ['6.0'] - ansible_os_family != 'OpenBSD' or ansible_distribution_release in php_fpm_pkg_version - php_fpm_global_config is iterable - php_fpm_www_pool_config is iterable Loading tests/requirements.txt +1 −1 Original line number Diff line number Diff line ansible==2.3.0.0 testinfra==1.5.5 molecule==1.23.2 molecule==1.24.0 ansible-lint==3.4.12 python-vagrant==0.5.14 netaddr==0.7.19 Loading Loading
.travis.yml +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ group: beta env: global: - VBOX_MEMORY=2048 - VBOX_HWVIRTEX=off matrix: - TOXENV=pre-commit - TOXENV=openbsd60 Loading
meta/main.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ galaxy_info: description: Provision PHP FastCGI (FPM) company: Shore technologies license: MIT min_ansible_version: 2.0 min_ansible_version: 2.3 platforms: - name: OpenBSD versions: Loading
molecule.yml +1 −1 Original line number Diff line number Diff line Loading @@ -42,6 +42,6 @@ vagrant: - 'landrush_ip.override = false if Vagrant.has_plugin?("landrush")' - | vm.provider "virtualbox" do |v| v.customize "pre-boot", ["modifyvm", :id, "--hwvirtex", "off"] v.customize "pre-boot", ["modifyvm", :id, "--hwvirtex", ENV['VBOX_HWVIRTEX']] if ENV.has_key?('VBOX_HWVIRTEX') v.memory = ENV['VBOX_MEMORY'].to_i if ENV.has_key?('VBOX_MEMORY') end
tasks/main.yml +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ - ansible_os_family in php_fpm_validate_config - ansible_os_family in php_fpm_pools_dir - ansible_os_family in php_fpm_user - ansible_distribution_release in ['jessie', 'trusty'] or ansible_distribution_version in ['6.0'] - ansible_distribution_release in ['precise', 'wheezy', 'jessie', 'trusty'] or ansible_distribution_version in ['6.0'] - ansible_os_family != 'OpenBSD' or ansible_distribution_release in php_fpm_pkg_version - php_fpm_global_config is iterable - php_fpm_www_pool_config is iterable Loading
tests/requirements.txt +1 −1 Original line number Diff line number Diff line ansible==2.3.0.0 testinfra==1.5.5 molecule==1.23.2 molecule==1.24.0 ansible-lint==3.4.12 python-vagrant==0.5.14 netaddr==0.7.19 Loading