Skip to content

Commit

Permalink
Fix lint issue and test Debian 12 again.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed May 4, 2024
1 parent 5edd7cd commit 333279f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- rockylinux8
- ubuntu2204
- ubuntu2004
# - debian12 # Having weird idempotence issue.
- debian12
- debian11

steps:
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- name: Include OS-specific variables.
include_vars: "{{ item }}"
with_first_found:
- "{{ ansible_facts['os_family'] + '_' + ansible_facts['distribution_major_version'] }}.yml"
- "{{ ansible_facts['os_family'] + '-' + ansible_facts['distribution_major_version'] }}.yml"
- "{{ ansible_facts['os_family'] }}.yml"

- name: Set the ntp_driftfile variable.
Expand Down
File renamed without changes.

0 comments on commit 333279f

Please sign in to comment.