Skip to content

Commit

Permalink
fix(firefox): make wait task less disruptive
Browse files Browse the repository at this point in the history
  • Loading branch information
keldian authored Feb 25, 2024
1 parent 3b20ff3 commit a4ea9f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/firefox/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
ansible.builtin.wait_for:
host: "{{ firefox_docker_networks_alias }}"
port: "{{ firefox_web_port }}"
timeout: 30
ignore_errors: true

- name: Remove empty subdirectories of `{{ firefox_paths_location }}`
ansible.builtin.shell: find "{{ firefox_paths_location }}" -maxdepth 1 -type d -empty -exec rmdir {} +

0 comments on commit a4ea9f1

Please sign in to comment.