Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Aug 29, 2016
1 parent 50a2f8b commit 6e3b267
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ pki_acme_install: '{{ pki_acme | bool }}'
# .. envvar:: pki_acme_library
#
# The crypto library used to generate Certificate Signing Requests for ACME
# certificates, either :command:`openssl` or :command:`gnutls`. Currently OpenSSL is
# recommended due to issues with GnuTLS generation.
# certificates, either :command:`openssl` or :command:`gnutls`. Currently
# OpenSSL is recommended due to issues with GnuTLS generation.
pki_acme_library: 'openssl'


Expand Down
5 changes: 2 additions & 3 deletions tasks/acme_tiny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
group: 'root'
mode: '0755'

- name: Create ACME Challenge path
- name: Create ACME challenge path
file:
path: '{{ pki_acme_challenge_dir | dirname }}'
state: 'directory'
Expand All @@ -54,7 +54,7 @@
ansible_local.nginx.acme|d() and
ansible_local.nginx.acme|bool)

- name: Create ACME Challenge directory
- name: Create ACME challenge directory
file:
path: '{{ pki_acme_challenge_dir }}'
state: 'directory'
Expand All @@ -64,4 +64,3 @@
when: (ansible_local|d() and ansible_local.nginx|d() and
ansible_local.nginx.acme|d() and
ansible_local.nginx.acme|bool)

0 comments on commit 6e3b267

Please sign in to comment.