Tweaks to make install run idempotent
This commit is contained in:
@ -1,8 +1,12 @@
|
||||
# Build and install a docker image for nova-controller.
|
||||
---
|
||||
- set_fact:
|
||||
docker_image: webhost12.service.rug.nl/hpc/openstack-nova-compute:latest
|
||||
tags: facts
|
||||
|
||||
- name: pull docker image
|
||||
docker_image:
|
||||
name: webhost12.service.rug.nl/hpc/openstack-nova-compute:latest
|
||||
name: "{{ docker_image }}"
|
||||
tags: pull
|
||||
|
||||
- name: install service file.
|
||||
|
Reference in New Issue
Block a user