diff options
Diffstat (limited to 'playbooks/common/openshift-cfme/config.yml')
-rw-r--r-- | playbooks/common/openshift-cfme/config.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/playbooks/common/openshift-cfme/config.yml b/playbooks/common/openshift-cfme/config.yml deleted file mode 100644 index 08df4a57e..000000000 --- a/playbooks/common/openshift-cfme/config.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- name: Setup CFME - hosts: oo_first_master - pre_tasks: - - name: Create a temporary place to evaluate the PV templates - command: mktemp -d /tmp/openshift-ansible-XXXXXXX - register: r_openshift_cfme_mktemp - changed_when: false - - tasks: - - name: Run the CFME Setup Role - include_role: - name: openshift_cfme - vars: - template_dir: "{{ hostvars[groups.masters.0].r_openshift_cfme_mktemp.stdout }}" |