Commit c6266ed0 by John Jarvis

sudo false for stats

parent 2abcfad5
...@@ -81,11 +81,13 @@ ...@@ -81,11 +81,13 @@
- local_action: - local_action:
module: stat module: stat
path: "{{ NGINX_SSL_CERTIFICATE }}" path: "{{ NGINX_SSL_CERTIFICATE }}"
sudo: False
register: ssl_cert register: ssl_cert
- local_action: - local_action:
module: stat module: stat
path: "{{ NGINX_SSL_KEY }}" path: "{{ NGINX_SSL_KEY }}"
sudo: False
register: ssl_key register: ssl_key
- name: copy ssl cert - name: copy ssl cert
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment