Remove reduncant task

We no longer need to manually create the TMPDIR for nodepool-builder,
this is handled by ansible-role-nodepool.

Change-Id: If04ed957d2a5fea39968e9d98cd7bc5f6412a223
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-08 12:35:39 -04:00
parent 6fea9f5a96
commit c6ee1d716f
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 0 additions and 8 deletions

View File

@ -35,14 +35,6 @@
path: /var/lib/nodepool/.config/openstack
state: directory
- name: Create TMPDIR directory for nodepool-builder
become: yes
file:
group: nodepool
owner: nodepool
path: /opt/nodepool/tmp
state: directory
- name: Copy clouds.yaml into place
become: yes
copy: