Merge "Remove the private option from include_role"

This commit is contained in:
Zuul 2019-02-23 05:03:41 +00:00 committed by Gerrit Code Review
commit 0ce9922d2b
3 changed files with 0 additions and 3 deletions

View File

@ -43,7 +43,6 @@
- name: Run the systemd service role
include_role:
name: systemd_service
private: true
vars:
systemd_user_name: "{{ cinder_system_user_name }}"
systemd_group_name: "{{ cinder_system_group_name }}"

View File

@ -37,7 +37,6 @@
- name: Install the python venv
include_role:
name: "python_venv_build"
private: yes
vars:
venv_build_distro_package_list: "{{ cinder_devel_distro_packages }}"
venv_install_destination_path: "{{ cinder_bin | dirname }}"

View File

@ -75,7 +75,6 @@
- name: Run the systemd service role
include_role:
name: systemd_service
private: true
vars:
systemd_service_enabled: "{{ ((cinder_services['cinder-volume']['group'] in group_names) and (cinder_ceilometer_enabled | bool)) | ternary(true, false) }}"
systemd_service_restart_changed: false