Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Drop private argument for include/import role
Browse files Browse the repository at this point in the history
Since ansible 2.8 dropped private argument is not supported anymore:
ansible/ansible#45038

Change-Id: Ie7c1b7e6435b61df6be36746d43b8e48803770ae
  • Loading branch information
Dmitriy Rabotjagov committed May 17, 2019
1 parent 542cbed commit cd6016c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/monasca_agent_install.yml
Expand Up @@ -36,7 +36,6 @@
- name: Install the python venv
include_role:
name: "python_venv_build"
private: yes
vars:
venv_install_destination_path: "{{ monasca_agent_bin | dirname }}"
venv_install_distro_package_list: "{{ monasca_agent_distro_packages }}"
Expand Down

0 comments on commit cd6016c

Please sign in to comment.