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:
@@ -90,7 +90,6 @@
|
|||||||
- name: Execute venv install
|
- name: Execute venv install
|
||||||
include_role:
|
include_role:
|
||||||
name: "python_venv_build"
|
name: "python_venv_build"
|
||||||
private: yes
|
|
||||||
vars:
|
vars:
|
||||||
venv_facts_when_changed:
|
venv_facts_when_changed:
|
||||||
- section: "{{ inventory_hostname }}"
|
- section: "{{ inventory_hostname }}"
|
||||||
@@ -153,7 +152,6 @@
|
|||||||
- name: Execute venv install
|
- name: Execute venv install
|
||||||
include_role:
|
include_role:
|
||||||
name: "python_venv_build"
|
name: "python_venv_build"
|
||||||
private: yes
|
|
||||||
vars:
|
vars:
|
||||||
venv_facts_when_changed:
|
venv_facts_when_changed:
|
||||||
- section: "{{ inventory_hostname }}"
|
- section: "{{ inventory_hostname }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user