diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2017-02-09 10:25:41 -0500 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2017-02-09 10:33:55 -0500 |
commit | aaeba50e584426fc8f9853dd7128c861b1efe8de (patch) | |
tree | 3cacc6bbe77ab4a78f8f5fd9777455ec963ae84e /roles/lib_openshift/tasks | |
parent | 7a0149cf74ec76b2bbcec3b21b7cdcd9d98178cf (diff) | |
download | openshift-aaeba50e584426fc8f9853dd7128c861b1efe8de.tar.gz openshift-aaeba50e584426fc8f9853dd7128c861b1efe8de.tar.bz2 openshift-aaeba50e584426fc8f9853dd7128c861b1efe8de.tar.xz openshift-aaeba50e584426fc8f9853dd7128c861b1efe8de.zip |
Fixing docs.
Diffstat (limited to 'roles/lib_openshift/tasks')
-rw-r--r-- | roles/lib_openshift/tasks/main.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/roles/lib_openshift/tasks/main.yml b/roles/lib_openshift/tasks/main.yml index 2980c8a8d..157cf8f7f 100644 --- a/roles/lib_openshift/tasks/main.yml +++ b/roles/lib_openshift/tasks/main.yml @@ -1,5 +1,12 @@ --- - name: lib_openshift ensure python-ruamel-yaml package is on target package: - name: python-ruamel-yaml + name: "{{ item }}" state: present + with_items: + - ruamel.yaml + - ruamel.yaml + - ruamel.yaml + - ruamel.yaml + - ruamel.yaml + - ruamel.yaml |