Merge "Remove temporary upgrade task that removes profile"

This commit is contained in:
Jenkins
2015-08-27 11:12:36 +00:00
committed by Gerrit Code Review

View File

@@ -473,12 +473,6 @@ cat > /tmp/fix_host_things.yml <<EOF
state: "absent" state: "absent"
regexp: 'add_network_interface\.conf' regexp: 'add_network_interface\.conf'
with_items: containers.stdout_lines with_items: containers.stdout_lines
- name: Remove aa_profile entries
lineinfile:
dest: "{{ item }}"
state: "absent"
regexp: '^lxc.aa_profile'
with_items: containers.stdout_lines
- name: Remove old add_network_interface.conf file - name: Remove old add_network_interface.conf file
file: file:
path: "{{ item | dirname }}/add_network_interface.conf" path: "{{ item | dirname }}/add_network_interface.conf"