---
# Install ansible client

- name: Install Ansible
  action: "{{ ansible_pkg_mgr }} name=ansible state=present"
  when: not openshift.common.is_containerized | bool

- include: config.yml
  vars:
    cfg_options: "{{ ans_config }}"