Add CentOS-8 support

referencing ansible_python_interpreter to main.yml file to fix it.

Depends-On: https://review.opendev.org/710849
Change-Id: I196c263c7fb017a1d8386e8e9fb339af70165c51
This commit is contained in:
root 2020-08-11 11:04:40 -04:00 committed by Dmitriy Rabotyagov (noonedeadpunk)
parent 18c54d7064
commit d16298c411
2 changed files with 1 additions and 3 deletions

View File

@ -16,8 +16,7 @@
- name: Get project id for managed resources
delegate_to: "{{ designate_service_setup_host }}"
vars:
ansible_python_interpreter: >-
{{ (designate_service_setup_host == 'localhost') | ternary(ansible_playbook_python, ansible_python['executable']) }}
ansible_python_interpreter: "{{ designate_service_setup_host_python_interpreter }}"
openstack.cloud.os_project_info:
cloud: default
name: "{{ designate_managed_resource_project_name }}"

View File

@ -21,7 +21,6 @@ designate_distro_packages: []
designate_service_distro_packages:
- python3-designate
- python-systemd
- python3-systemd
designate_rndc_packages: