From 3a16e0eaa9139846059f278a999c1b900dc20096 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Thu, 16 May 2019 21:54:16 +0100 Subject: [PATCH] Remove use of 'private' for include_role for ansible 2.8 "This option is a no op, and the functionality described in previous versions was not implemented. This option will be removed in Ansible v2.8" Change-Id: If8fdda822903a7cbfbe5eb8c3464b0ca36db33c6 --- test-install-tempest.yml | 1 - test-prepare-host.yml | 4 ---- 2 files changed, 5 deletions(-) diff --git a/test-install-tempest.yml b/test-install-tempest.yml index b6ea8ba2..9d510500 100644 --- a/test-install-tempest.yml +++ b/test-install-tempest.yml @@ -31,7 +31,6 @@ - name: Setup clouds.yaml for the root user include_role: name: openstack_openrc - private: yes vars: openrc_file_dest: "/root/openrc" openrc_file_owner: "root" diff --git a/test-prepare-host.yml b/test-prepare-host.yml index 9732bafa..f8d8a1e5 100644 --- a/test-prepare-host.yml +++ b/test-prepare-host.yml @@ -65,7 +65,6 @@ - name: Setup clouds.yaml for the test user include_role: name: openstack_openrc - private: yes vars: openrc_file_dest: "{{ lookup('env', 'HOME') }}/openrc" openrc_file_owner: "{{ lookup('env', 'USER') }}" @@ -76,7 +75,6 @@ - name: Setup clouds.yaml for the root user include_role: name: openstack_openrc - private: yes vars: openrc_file_dest: "/root/openrc" openrc_file_owner: "root" @@ -128,7 +126,6 @@ - name: Run the systemd-networkd role include_role: name: systemd_networkd - private: true vars: systemd_interface_cleanup: true systemd_run_networkd: true @@ -174,7 +171,6 @@ - name: Run the systemd service role include_role: name: systemd_service - private: true vars: systemd_services: - service_name: "networking-post-up"