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: I877924f1e8884fcf5ea031f0f8cb48b93f989353 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
ff0f3bf5f8
commit
b48a02d531
@ -90,7 +90,6 @@
|
||||
- name: Execute venv install
|
||||
include_role:
|
||||
name: "python_venv_build"
|
||||
private: yes
|
||||
vars:
|
||||
venv_facts_when_changed:
|
||||
- section: "{{ inventory_hostname }}"
|
||||
@ -153,7 +152,6 @@
|
||||
- name: Execute venv install
|
||||
include_role:
|
||||
name: "python_venv_build"
|
||||
private: yes
|
||||
vars:
|
||||
venv_facts_when_changed:
|
||||
- section: "{{ inventory_hostname }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user