Don't install docker on rhel/centos 8
Change-Id: I1815ea5b0e22dddf13b07851272cf75d8b65e793
This commit is contained in:
parent
c7da2d2f4a
commit
57dfe084da
@ -54,6 +54,8 @@
|
|||||||
ANSIBLE_ROLES_PATH: "{{ tripleo_ansible_project_path }}/tripleo_ansible/roles.galaxy"
|
ANSIBLE_ROLES_PATH: "{{ tripleo_ansible_project_path }}/tripleo_ansible/roles.galaxy"
|
||||||
roles:
|
roles:
|
||||||
- role: install-docker
|
- role: install-docker
|
||||||
|
when:
|
||||||
|
- (ansible_distribution_major_version | int) < 8
|
||||||
post_tasks:
|
post_tasks:
|
||||||
- name: Run docker vfs setup
|
- name: Run docker vfs setup
|
||||||
shell: |-
|
shell: |-
|
||||||
@ -69,3 +71,4 @@
|
|||||||
ANSIBLE_ACTION_PLUGINS: "{{ tripleo_action_plugins_paths | join(':') }}"
|
ANSIBLE_ACTION_PLUGINS: "{{ tripleo_action_plugins_paths | join(':') }}"
|
||||||
when:
|
when:
|
||||||
- tripleo_docker_enable_vfs is defined
|
- tripleo_docker_enable_vfs is defined
|
||||||
|
- (ansible_distribution_major_version | int) < 8
|
||||||
|
Loading…
Reference in New Issue
Block a user