fix(lego): remove async execution, as it caused more problems than it ever helped

This commit is contained in:
Jan Christian Grünhage 2023-06-29 17:55:45 +02:00
parent ebd6de9fff
commit 66b1b5b0aa
No known key found for this signature in database
GPG key ID: EEC1170CE56FA2ED

View file

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