Skip to content

Commit

Permalink
Better OS detection
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Nov 15, 2024
1 parent 8cc0d7f commit eba8fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main2.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- include_tasks: apt_cache.yml
when: ansible_pkg_mgr == 'apt' and noobient_apt_cache_updated is not defined
when: ansible_os_family == 'Debian' and noobient_apt_cache_updated is not defined

- include_tasks: deps.yml
when: installed_acme_deps is not defined
Expand Down

0 comments on commit eba8fd5

Please sign in to comment.