mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-10 06:24:17 +00:00
fix(lego): don't unpack source files in check mode
This commit is contained in:
parent
4d1fae6b77
commit
8e8f496df6
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@
|
|||
group: "{{ lego_user_res.group }}"
|
||||
remote_src: true
|
||||
tags: ["prepare", "prepare-lego"]
|
||||
when: not ansible_check_mode
|
||||
|
||||
- name: "Allow lego to bind to ports below 1024"
|
||||
community.general.capabilities:
|
||||
|
|
Loading…
Reference in a new issue