Merge "Remove the private option from include_role"

This commit is contained in:
Zuul 2019-02-25 20:47:27 +00:00 committed by Gerrit Code Review
commit c9e0c8a252
3 changed files with 0 additions and 4 deletions

View File

@ -83,7 +83,6 @@
- name: Run the systemd service role
include_role:
name: systemd_service
private: true
vars:
systemd_user_name: "{{ zun_system_user_name }}"
systemd_group_name: "{{ zun_system_group_name }}"
@ -111,7 +110,6 @@
- name: Run the etcd service role
include_role:
name: etcd
private: true
vars:
etcd_cluster_group: "zun_api"
when:

View File

@ -16,7 +16,6 @@
- name: Run the galera client role
include_role:
name: galera_client
private: true
- name: Create DB for service
mysql_db:

View File

@ -38,7 +38,6 @@
- name: Install the python venv
include_role:
name: "python_venv_build"
private: yes
vars:
venv_install_destination_path: "{{ zun_bin | dirname }}"
venv_install_distro_package_list: "{{ zun_distro_packages }}"