Drop task that deletes old UCA repo

The variable `uca_apt_source_list_filename` is not defined anywhere
in openstack-ansible so this task is redundant.

Change-Id: I15cc331ad5ec11507860bf61b0c2b20fa8c0b2a0
This commit is contained in:
Jonathan Rosser 2024-02-01 15:12:01 +00:00
parent 1584983367
commit 08784f1e67
1 changed files with 0 additions and 5 deletions

View File

@ -50,11 +50,6 @@
retries: 5
delay: 2
- name: Remove any old UCA repository using the old filename
file:
path: "{{ uca_apt_source_list_filename | default('ubuntu_cloud_archive_canonical_com_ubuntu') }}"
state: absent
# When updating the cache in the apt_repository
# task, and the update fails, a retry does not
# detect a change the second attempt and therefore