diff options
author | Matt Woodson <mwoodson@redhat.com> | 2015-02-13 14:55:01 -0500 |
---|---|---|
committer | Matt Woodson <mwoodson@redhat.com> | 2015-02-13 14:55:01 -0500 |
commit | e45695622f867734cbfd64797cf6b830a2fff604 (patch) | |
tree | 1f5c125021996e996ed5559eaf983e6128e30b0c /roles/ansible_install | |
parent | 2a8f7ab95107eb4ea353a8d42ecc19d1ebd32395 (diff) | |
download | openshift-e45695622f867734cbfd64797cf6b830a2fff604.tar.gz openshift-e45695622f867734cbfd64797cf6b830a2fff604.tar.bz2 openshift-e45695622f867734cbfd64797cf6b830a2fff604.tar.xz openshift-e45695622f867734cbfd64797cf6b830a2fff604.zip |
more ansible tower commits
Diffstat (limited to 'roles/ansible_install')
-rw-r--r-- | roles/ansible_install/tasks/main.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/ansible_install/tasks/main.yaml b/roles/ansible_install/tasks/main.yaml new file mode 100644 index 000000000..67a04b919 --- /dev/null +++ b/roles/ansible_install/tasks/main.yaml @@ -0,0 +1,7 @@ +--- +# Install ansible client + +- name: Install Ansible + yum: + pkg: ansible + state: installed |