Skip to content

Commit

Permalink
remote: add delay after daemon-reload
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Nov 22, 2023
1 parent f69143b commit fdfd4be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/remote/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@
ansible.builtin.systemd:
daemon_reload: true

- name: Wait for 10 seconds
ansible.builtin.wait_for:
timeout: 10

- name: Populate Service Facts
ansible.builtin.service_facts:

Expand Down

0 comments on commit fdfd4be

Please sign in to comment.