diff --git a/doc/auth.md b/doc/auth.md index 601534b..bc91257 100644 --- a/doc/auth.md +++ b/doc/auth.md @@ -22,7 +22,7 @@ Example nginx_vhosts: # htpasswd on all vhost - name: test.local - htpasswd: 'hello' + htpasswd: 'hello' template: '_base' # htpasswd only in /hello @@ -30,7 +30,7 @@ nginx_vhosts: template: '_base' location: '/hello': - - htpasswd: 'hello' + - htpasswd: 'hello' nginx_htpasswd: - name: 'hello' diff --git a/doc/ssl.md b/doc/ssl.md index 48636dd..50c8674 100644 --- a/doc/ssl.md +++ b/doc/ssl.md @@ -17,7 +17,7 @@ Cert/Key pairs This list have 3 mandatory keys: -- `name`: MUST be unique +- `name`: MUST be unique - `key`: content of the private key - `cert`: content of the public key diff --git a/meta/main.yml b/meta/main.yml index 9ab14aa..292860e 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,9 +1,9 @@ --- galaxy_info: author: Emilien Mantel - description: Nginx for Debian + description: Nginx for Debian company: - license: GPLv2 + license: GPLv2 min_ansible_version: 2.0 platforms: - name: Debian @@ -20,4 +20,4 @@ galaxy_info: - http2 - debian dependencies: [] - + diff --git a/tasks/htpasswd.yml b/tasks/htpasswd.yml index a44fcda..b52c953 100644 --- a/tasks/htpasswd.yml +++ b/tasks/htpasswd.yml @@ -16,4 +16,4 @@ with_subelements: - "{{ nginx_htpasswd }}" - users - when: item.0.state is not defined or item.0.state == 'present' + when: item.0.state is not defined or item.0.state == 'present'