Skip to content

Commit

Permalink
Load Arch Linux variables
Browse files Browse the repository at this point in the history
  • Loading branch information
llou committed Aug 6, 2024
1 parent 7f20fe2 commit e0fcb73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/variables.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
# Variable configuration.

- name: Include OS-specific variables (Arch)
include_vars: Arch.yml
when: ansible_os_family == 'Archlinux'

- name: Include OS-specific variables (Debian).
include_vars: "{{ ansible_distribution }}-{{ ansible_distribution_version.split('.')[0] }}.yml"
when: ansible_os_family == 'Debian'
Expand Down

0 comments on commit e0fcb73

Please sign in to comment.