diff --git a/leap-upgrades/upgrade-utilities-newton/playbooks/deploy-config-changes-newton.yml b/leap-upgrades/upgrade-utilities-newton/playbooks/deploy-config-changes-newton.yml index a18b766d..e4b15adc 100644 --- a/leap-upgrades/upgrade-utilities-newton/playbooks/deploy-config-changes-newton.yml +++ b/leap-upgrades/upgrade-utilities-newton/playbooks/deploy-config-changes-newton.yml @@ -50,15 +50,5 @@ with_fileglob: - "/etc/openstack_deploy/user_*.yml" - - name: Write vars required for upgrade from Mitaka - lineinfile: - dest: /etc/openstack_deploy/user_variables.yml - regexp: "^{{ item.key }}" - line: "{{ item.key }}: {{ item.value }}" - state: present - create: yes - with_items: - - key: "default_bind_mount_logs" - value: false vars: repo_root_dir: "{{ osa_playbook_dir }}/"