summaryrefslogtreecommitdiffstats
path: root/roles/openshift_provisioners/tasks/install_efs.yaml
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-05-01 21:50:15 -0500
committerGitHub <noreply@github.com>2017-05-01 21:50:15 -0500
commit81cf5123366814d098b7ca169a6e4deb2759507d (patch)
tree3645c65a323896f8a9536983332cb6854e656ebf /roles/openshift_provisioners/tasks/install_efs.yaml
parent4c2f899ac4f5ad183072e453ece4391ee456871f (diff)
parent717c36fde2639f6f3cc7bf534052e1df0479c2fe (diff)
downloadopenshift-81cf5123366814d098b7ca169a6e4deb2759507d.tar.gz
openshift-81cf5123366814d098b7ca169a6e4deb2759507d.tar.bz2
openshift-81cf5123366814d098b7ca169a6e4deb2759507d.tar.xz
openshift-81cf5123366814d098b7ca169a6e4deb2759507d.zip
Merge pull request #3975 from sdodson/ansible_23_warnings
Merged by openshift-bot
Diffstat (limited to 'roles/openshift_provisioners/tasks/install_efs.yaml')
-rw-r--r--roles/openshift_provisioners/tasks/install_efs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_provisioners/tasks/install_efs.yaml b/roles/openshift_provisioners/tasks/install_efs.yaml
index 57279c665..b53b6afa1 100644
--- a/roles/openshift_provisioners/tasks/install_efs.yaml
+++ b/roles/openshift_provisioners/tasks/install_efs.yaml
@@ -65,6 +65,6 @@
{{ openshift.common.admin_binary}} --config={{ mktemp.stdout }}/admin.kubeconfig policy
add-scc-to-user anyuid system:serviceaccount:{{openshift_provisioners_project}}:provisioners-efs
register: efs_output
- failed_when: "efs_output.rc == 1 and 'exists' not in efs_output.stderr"
+ failed_when: efs_output.rc == 1 and 'exists' not in efs_output.stderr
check_mode: no
when: efs_anyuid.stdout.find("system:serviceaccount:{{openshift_provisioners_project}}:provisioners-efs") == -1