mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
changed ansible distrib centos
This commit is contained in:
parent
5f65f3e883
commit
93cd1bf17a
@ -8,7 +8,7 @@
|
||||
|
||||
- name: Include CentOS packages [if CentOS]
|
||||
include_tasks: centos.yml
|
||||
when: ansible_os_family == "CentOS"
|
||||
when: ansible_os_distribution == "CentOS"
|
||||
|
||||
- name: Include Archlinux packages [if Archlinux]
|
||||
include_tasks: archlinux.yml
|
||||
|
Loading…
Reference in New Issue
Block a user