Drop private argument for include/import role

Since ansible 2.8 dropped private argument is not supported anymore:
https://github.com/ansible/ansible/issues/45038

Change-Id: I9ae5bde63f2f2356b310e2b2d4f042cb250d13df
This commit is contained in:
Dmitriy Rabotjagov 2019-05-17 11:54:20 +03:00
parent df22f52f5c
commit 747c7fdcb4
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@
- name: Run the systemd service role
include_role:
name: systemd_service
private: true
vars:
systemd_user_name: "{{ manila_system_user_name }}"
systemd_group_name: "{{ manila_system_group_name }}"