Merge "Don't install docker on rhel/centos 8"

This commit is contained in:
Zuul 2019-11-15 00:07:25 +00:00 committed by Gerrit Code Review
commit 6beea6116a
1 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,8 @@
ANSIBLE_ROLES_PATH: "{{ tripleo_ansible_project_path }}/tripleo_ansible/roles.galaxy"
roles:
- role: install-docker
when:
- (ansible_distribution_major_version | int) < 8
post_tasks:
- name: Run docker vfs setup
shell: |-
@ -75,3 +77,4 @@
ANSIBLE_ACTION_PLUGINS: "{{ tripleo_action_plugins_paths | join(':') }}"
when:
- tripleo_docker_enable_vfs is defined
- (ansible_distribution_major_version | int) < 8