Friday, October 28, 2016

Ansible : include different playbook based on different os

- name: include different playbook based on different os
  include: "{{ ansible_os_family | lower }}.yml"

No comments:

Post a Comment