Merge "Fix tripleo_podman molecule jobs"

This commit is contained in:
Zuul 2021-01-13 00:31:16 +00:00 committed by Gerrit Code Review
commit 8d75644999
1 changed files with 4 additions and 5 deletions

View File

@ -35,6 +35,10 @@
- role: test_deps
tasks:
- name: Disable SELinux
become: true
selinux:
state: disabled
- name: Ensure registry doesn't exist
podman_container:
@ -78,8 +82,3 @@
name: tripleo_podman
tasks_from: tripleo_podman_install.yml
vars_from: "redhat.yml"
- name: Disable SELinux
become: true
selinux:
state: disabled