Skip to content

Commit

Permalink
custom: fix wrong ansible_os_family (#2395)
Browse files Browse the repository at this point in the history
The OS family is Debian and not Ubuntu.

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Aug 20, 2024
1 parent a0fc22a commit bcb7ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/custom/playbook-facts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
- python3-dotenv
state: present
lock_timeout: "{{ apt_lock_timeout }}"
when: ansible_os_family == "Ubuntu"
when: ansible_os_family == "Debian"

- name: Create custom facts directory
become: true
Expand Down

0 comments on commit bcb7ddb

Please sign in to comment.