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: I707a4eef58dd14ef5bc0161af15e20bb0c4bf977 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
b622c1486a
commit
6c9c9aedf0
@ -16,7 +16,6 @@
|
||||
- name: Run the apt package pinning role
|
||||
include_role:
|
||||
name: apt_package_pinning
|
||||
private: true
|
||||
vars:
|
||||
apt_package_pinning_file_name: "rabbitmq.pref"
|
||||
apt_package_pinning_priority: 999
|
||||
|
Loading…
Reference in New Issue
Block a user