From 667f7466c8a212d6509282f2aba3d88eef2d6867 Mon Sep 17 00:00:00 2001 From: Travis Truman Date: Fri, 8 Jul 2016 13:02:40 -0400 Subject: [PATCH] Remove duplicate task for sudoers template The task is removed from the post_install tasks since it already exists in identical form in the pre_install tasks. Change-Id: I170175b659c2028645f4a55aa13947f8c055ec94 --- tasks/neutron_post_install.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tasks/neutron_post_install.yml b/tasks/neutron_post_install.yml index d7816d48..2f223f32 100644 --- a/tasks/neutron_post_install.yml +++ b/tasks/neutron_post_install.yml @@ -120,14 +120,6 @@ when: - neutron_plugin_type == 'nuage' -- name: Drop sudoers file - template: - src: "sudoers.j2" - dest: "/etc/sudoers.d/{{ neutron_system_user_name }}_sudoers" - mode: "0440" - owner: "root" - group: "root" - - name: Drop metadata iptables checksum fix copy: src: "post-up-metadata-checksum"