Changeset - 5874f5c8524e
[Not reviewed]
0 1 0
x - 17 months ago 2023-12-14 20:16:11
xbr@c3l.lu
fix: conditions are and not &
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
web/tasks/install_acme_sh.yml
Show inline comments
 
@@ -23,7 +23,7 @@
 
    cmd: "/bin/bash /opt/downloaded_acme.sh --install --nocron -m freifunk@c3l.lu"
 
  become: true
 
  become_method: sudo
 
  when: download_acme.changed && acme_config.stat.exists == false
 
  when: download_acme.changed and acme_config.stat.exists == false
 
- name: Update acme.sh if not newly installed
 
  ansible.builtin.command:
 
    cmd: "/bin/bash /root/.acme.sh/acme.sh --upgrade"
0 comments (0 inline, 0 general)