Merge "Do not run reset_connection meta with buildah"

This commit is contained in:
Zuul 2019-05-07 16:05:56 +00:00 committed by Gerrit Code Review
commit 3cb0509a35
2 changed files with 5 additions and 2 deletions

View File

@ -35,8 +35,8 @@
shell: |
ansible-playbook docker-playbook.yaml --extra-vars "container_registry_deployment_user={{ ansible_user }}"
- name: Reset connection because of group changes for current user
meta: reset_connection
- include_tasks: reset_connection.yaml
when: not use_buildah | default(false) | bool
- name: Prepare Buildah
become: true

View File

@ -0,0 +1,3 @@
---
- name: Reset connection because of group changes for current user
meta: reset_connection