fix tasks

This commit is contained in:
Kevin Fenzi 2018-12-12 21:40:11 +00:00
parent 65fbea3e5b
commit 0d35cfe662

View file

@ -41,7 +41,6 @@
- undercloud.conf
- templates/node-info.yaml
- openstack-overcloud-deploy.sh
- configure-federation
tags:
- config
- undercloud
@ -49,7 +48,7 @@
- name: Copy templates to ~/stack/
template: src={{item}} dest=/home/stack/{{item}} owner=stack group=stack mode=0644
with_items:
- cinder-dellps-config.yaml
- custom-storage.yaml
- environment-rhel-registration.yaml
tags:
- config
@ -62,12 +61,6 @@
- undercloud
- nodes
- name: Copy fed_variables
template: src=fed_variables dest=/home/stack/fed_variables owner=stack group=stack mode=0644
tags:
- config
- undercloud
- name: Do an undercloud install if it has yet to be done
become: yes
become_user: stack