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: I35ba5a711725e65e3d67782b0b29cd678cc43d49
This commit is contained in:
Dmitriy Rabotjagov 2019-05-17 11:36:03 +03:00
parent bae76c0d14
commit a7acff5975
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@
- name: Run the systemd service role
include_role:
name: systemd_service
private: true
vars:
systemd_user_name: "{{ swift_system_user_name }}"
systemd_group_name: "{{ swift_system_group_name }}"