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:
parent
18c54d7064
commit
d16298c411
@ -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 }}"
|
||||
|
@ -21,7 +21,6 @@ designate_distro_packages: []
|
||||
|
||||
designate_service_distro_packages:
|
||||
- python3-designate
|
||||
- python-systemd
|
||||
- python3-systemd
|
||||
|
||||
designate_rndc_packages:
|
||||
|
Loading…
x
Reference in New Issue
Block a user