main.yml 235 B

12345678910
  1. ---
  2. # Install ansible client
  3. - name: Install Ansible
  4. action: "{{ ansible_pkg_mgr }} name=ansible state=present"
  5. when: not openshift.common.is_containerized | bool
  6. - include: config.yml
  7. vars:
  8. cfg_options: "{{ ans_config }}"