summaryrefslogtreecommitdiffstats
path: root/installer/roles/image_push/tasks/main.yml
diff options
context:
space:
mode:
authorShane McDonald <shanemcd@redhat.com>2020-12-26 19:10:28 +0100
committerShane McDonald <shanemcd@redhat.com>2020-12-26 19:16:42 +0100
commit1033c4d25125859f9ec20e111b8b26b7ba4af860 (patch)
tree040a88101eaffcafb26de09fbef9dde0b6839dd6 /installer/roles/image_push/tasks/main.yml
parentDramatically simplify image_build role (diff)
downloadawx-1033c4d25125859f9ec20e111b8b26b7ba4af860.tar.xz
awx-1033c4d25125859f9ec20e111b8b26b7ba4af860.zip
Explicitly run image_build and image_push on localhost
Diffstat (limited to '')
-rw-r--r--installer/roles/image_push/tasks/main.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/installer/roles/image_push/tasks/main.yml b/installer/roles/image_push/tasks/main.yml
index e005af1096..9561af8ac8 100644
--- a/installer/roles/image_push/tasks/main.yml
+++ b/installer/roles/image_push/tasks/main.yml
@@ -6,7 +6,6 @@
password: "{{ docker_registry_password }}"
reauthorize: true
when: docker_registry is defined and docker_registry_password is defined
- delegate_to: localhost
- name: Remove local images to ensure proper push behavior
block:
@@ -15,7 +14,6 @@
name: "{{ docker_registry }}/{{ docker_registry_repository }}/{{ awx_image }}"
tag: "{{ awx_version }}"
state: absent
- delegate_to: localhost
- name: Tag and Push Container Images
block:
@@ -28,7 +26,6 @@
with_items:
- "latest"
- "{{ awx_version }}"
- delegate_to: localhost
- name: Set full image path for Registry
set_fact: