Remove the private option from include_role

The private option on include role was never implemented and
will no longer be developed. This change removes the option
so ansible no longer raises a deprecation warning.

Change-Id: I1b7649481d2f9fbd25164a28cd10972a63143747
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2019-02-22 00:30:37 +00:00
parent 69806c52b8
commit fae866ea72
2 changed files with 0 additions and 5 deletions

View File

@ -59,7 +59,6 @@
- name: Run the systemd service role
include_role:
name: systemd_service
private: true
vars:
systemd_user_name: "root"
systemd_group_name: "root"
@ -132,7 +131,6 @@
- name: Run the systemd-networkd role
include_role:
name: systemd_networkd
private: true
vars:
systemd_networkd_prefix: "nspawn_host"
systemd_run_networkd: true
@ -197,7 +195,6 @@
- name: Run the systemd service role
include_role:
name: systemd_service
private: true
vars:
systemd_user_name: "root"
systemd_group_name: "root"

View File

@ -46,7 +46,6 @@
- name: Run the systemd service role
include_role:
name: systemd_service
private: true
vars:
systemd_user_name: "root"
systemd_group_name: "root"
@ -82,7 +81,6 @@
- name: Run the systemd mount role
include_role:
name: systemd_mount
private: true
vars:
systemd_mounts:
- what: "/var/lib/machines.raw"