deploy-base/roles/tuned/tasks/main.yml

6 lines
224 B
YAML
Raw Normal View History

2019-02-26 03:49:51 +00:00
---
- name: deploy {{ tuned_custom_profile }} based on {{ tuned_base_profile }}
include: configure-custom-profile.yml
when: (ansible_distribution in ["CentOS" , "Red Hat Enterprise Linux", "Fedora" ] and not is_atomic)