release: version 1.1.0

This commit is contained in:
Adrien Waksberg 2018-09-30 12:10:15 +02:00
parent fc7dff0cf6
commit f67c18d321
2 changed files with 10 additions and 1 deletions

View file

@ -1,4 +1,13 @@
# CHANGELOG # CHANGELOG
## v1.1.0 (2018-09-30)
### Changed
* remove set attributes on homes directories
* remove phpfpm_group var
* replace include_tasks to import_tasks
### Fixed
* group permission in pools template
## v1.0.0 (2018-08-15) ## v1.0.0 (2018-08-15)
* first version * first version

View file

@ -1,5 +1,5 @@
# Ansible role: PHP FPM # Ansible role: PHP FPM
[![Version](https://img.shields.io/badge/latest_version-1.0.0-green.svg)](https://git.yaegashi.fr/nishiki/ansible-role-phpfpm/releases) [![Version](https://img.shields.io/badge/latest_version-1.1.0-green.svg)](https://git.yaegashi.fr/nishiki/ansible-role-phpfpm/releases)
[![Build Status](https://travis-ci.org/nishiki/ansible-role-phpfpm.svg?branch=master)](https://travis-ci.org/nishiki/ansible-role-phpfpm) [![Build Status](https://travis-ci.org/nishiki/ansible-role-phpfpm.svg?branch=master)](https://travis-ci.org/nishiki/ansible-role-phpfpm)
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://git.yaegashi.fr/nishiki/ansible-role-phpfpm/src/branch/master/LICENSE) [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://git.yaegashi.fr/nishiki/ansible-role-phpfpm/src/branch/master/LICENSE)