Skip to content

Releases: ndench/ansible-role-environment

Only restart services once

04 Mar 04:15
bc27485
Compare
Choose a tag to compare

The service associated with an environment_file was being restarted once for each variable in the file. Now it's only restarted a single time.

Remove unneeded register and changed_when

01 Feb 11:00
Compare
Choose a tag to compare
2.0.1

fix(environmentFile): Remove unneeded register and changed_when

Multiple environment support

30 Jan 05:35
a6b26e6
Compare
Choose a tag to compare

Add ability to specify multiple environment files in different supported formats and for each environment variable to be present in one or more of the files.

Add support for php-fpm environment config

25 Jan 01:24
Compare
Choose a tag to compare
1.4.0

Merge branch 'php-fpm-environment'