--- # Install ansible client - name: Install Ansible yum: pkg: ansible state: installed - include: config.yml vars: cfg_options: "{{ ans_config }}"