Add the speed boost to other stat checks as well.

This commit is contained in:
2025-07-26 11:38:52 -07:00
parent a03a1b6493
commit f61fe14a94
4 changed files with 21 additions and 0 deletions

View File

@@ -15,6 +15,9 @@
- name: Workstation | Linux | Software | Lutris | Check PPA
stat:
path: "{{ lutris_source_list }}"
get_attributes: false
get_checksum: false
get_mime: false
register: lutris_source_exists
when: ansible_pkg_mgr == "apt"