mirror of
https://github.com/roles-ansible/ansible_role_i3wm.git
synced 2024-08-16 10:09:53 +02:00
Improve arch support
This commit is contained in:
parent
354be0a117
commit
ab5078ed7e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
when: ansible_os_family == 'Debian'
|
when: ansible_os_family == 'Debian'
|
||||||
|
|
||||||
# ensure i3 packages are installed [Archlinux}
|
# ensure i3 packages are installed [Archlinux}
|
||||||
- include_tasks: setup-ArchLinux.yml
|
- include_tasks: setup-Archlinux.yml
|
||||||
when: ansible_os_family == 'Archlinux'
|
when: ansible_os_family == 'Archlinux'
|
||||||
|
|
||||||
# ensure i3 packages are installed [RHEL].
|
# ensure i3 packages are installed [RHEL].
|
||||||
|
|
Loading…
Reference in a new issue