mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-10 06:24:17 +00:00
fix(lego): remove async execution, as it caused more problems than it ever helped
This commit is contained in:
parent
ebd6de9fff
commit
66b1b5b0aa
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@
|
|||
become_user: "{{ lego_user_res.name }}"
|
||||
environment: "{{ lego_configuration_merged.environment }}"
|
||||
command: "{{ lego_command_playbook }}"
|
||||
async: 900
|
||||
poll: 0
|
||||
register: "lego_run"
|
||||
|
||||
- name: "Reload systemd"
|
||||
|
|
Loading…
Reference in a new issue