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
This commit is contained in:
Travis Truman 2016-07-08 13:02:40 -04:00
parent 70c4f1257a
commit 667f7466c8

View File

@ -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"