fix typo in nitter-nginx/tasks/main.yml
This commit is contained in:
parent
e1d8c8617c
commit
173aa1520a
|
@ -13,7 +13,7 @@
|
|||
- name: Install acme.sh
|
||||
ansible.builtin.shell: cd /opt/acme.sh && ./acme.sh --install
|
||||
- name: Template and copy over our account.conf for acme.sh
|
||||
ansible.builtin:template:
|
||||
ansible.builtin.template:
|
||||
src: account.conf
|
||||
dest: /root/.acme.sh/account.conf
|
||||
- name: Generate certificate using acme.sh
|
||||
|
|
Loading…
Reference in New Issue