From 7270205a28b9f43207f2d8a22b6434bd9203615b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Fri, 1 Dec 2017 14:18:42 +0100 Subject: [PATCH] those tasks have been moved to another playbook --- playbooks/post-install.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/playbooks/post-install.yml b/playbooks/post-install.yml index 514a84f..74380a2 100644 --- a/playbooks/post-install.yml +++ b/playbooks/post-install.yml @@ -3,8 +3,5 @@ - name: Complete the OpenShift installation hosts: lab become: yes - tasks: - - name: Give admin rights to nicolas - command: oc adm policy add-cluster-role-to-user cluster-admin nicolas.masse@itix.fr roles: - { name: 'hostpath-provisioner', tags: 'hostpath-provisioner' }