summaryrefslogtreecommitdiffstats
path: root/roles/ansible/tasks/main.yml
blob: ea14fb39a3fefc593343131834f8a5c401db1802 (plain)
1
2
3
4
5
6
7
8
9
10
---
# 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 }}"