summaryrefslogtreecommitdiffstats
path: root/roles/kube_nfs_volumes/tasks/main.yml
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2015-06-10 12:21:34 -0400
committerJason DeTiberus <jdetiber@redhat.com>2015-06-10 12:21:34 -0400
commit04f49c188537a98c546b3e0620010b45c539f1e2 (patch)
treef717e70f426062fbf81f3fc22fd38607ee874f08 /roles/kube_nfs_volumes/tasks/main.yml
parent5176446e148679e7a75119a1bfe9088262365ff9 (diff)
downloadopenshift-04f49c188537a98c546b3e0620010b45c539f1e2.tar.gz
openshift-04f49c188537a98c546b3e0620010b45c539f1e2.tar.bz2
openshift-04f49c188537a98c546b3e0620010b45c539f1e2.tar.xz
openshift-04f49c188537a98c546b3e0620010b45c539f1e2.zip
Use the documented state=present for yum module
Diffstat (limited to 'roles/kube_nfs_volumes/tasks/main.yml')
-rw-r--r--roles/kube_nfs_volumes/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/kube_nfs_volumes/tasks/main.yml b/roles/kube_nfs_volumes/tasks/main.yml
index 23b228d32..f4a506234 100644
--- a/roles/kube_nfs_volumes/tasks/main.yml
+++ b/roles/kube_nfs_volumes/tasks/main.yml
@@ -1,6 +1,6 @@
---
- name: Install pyparted (RedHat/Fedora)
- yum: name=pyparted,python-httplib2 state=installed
+ yum: name=pyparted,python-httplib2 state=present
- name: partition the drives
partitionpool: disks={{ disks }} force={{ force }} sizes={{ sizes }}