main.yaml 99 B

1234567
  1. ---
  2. # Install ansible client
  3. - name: Install Ansible
  4. yum:
  5. pkg: ansible
  6. state: installed