1
0
Fork 0
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:
L3D 2018-11-17 22:56:04 +01:00
parent 354be0a117
commit ab5078ed7e
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -7,7 +7,7 @@
when: ansible_os_family == 'Debian'
# ensure i3 packages are installed [Archlinux}
- include_tasks: setup-ArchLinux.yml
- include_tasks: setup-Archlinux.yml
when: ansible_os_family == 'Archlinux'
# ensure i3 packages are installed [RHEL].