fix typo in nitter-nginx/tasks/main.yml

This commit is contained in:
staticsafe 2021-09-11 14:57:00 -04:00
parent e1d8c8617c
commit 173aa1520a
1 changed files with 1 additions and 1 deletions

View File

@ -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