Skip to content

Commit

Permalink
registry fix
Browse files Browse the repository at this point in the history
Signed-off-by: Prajyot Parab <[email protected]>
  • Loading branch information
Prajyot-Parab authored and yussufsh committed Jan 28, 2021
1 parent eeabfb1 commit cc5f5c9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions playbooks/roles/ocp-config/tasks/extract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@
with_items:
- directory

- name: local-registry service
block:
- name: Restart local-registry service
service:
name: local-registry
state: restarted

- name: Wait for local-registry to restart
wait_for:
timeout: 15
when: enable_local_registry

- name: Extract OCP4 tools from release image ( local-registry )
when: enable_local_registry
shell: |
Expand Down

0 comments on commit cc5f5c9

Please sign in to comment.