Signed-off-by: David Galloway <dgallowa@redhat.com>
# version, distro or package type
common_packages: []
+# common packages that aren't available in aarch64 architecture
+non_aarch64_packages: []
+non_aarch64_packages_to_upgrade: []
+non_aarch64_common_packages: []
+
# packages used by ceph we want to ensure are removed
ceph_packages_to_remove: []
+ceph_dependency_packages_to_remove: []
packages_to_remove: []
packages_to_upgrade: []
- name: Remove custom repos
file: path=/etc/apt/sources.list.d/{{ item }} state=absent
- with_items: "{{ custom_repos.stdout_lines }}"
+ with_items: "{{ custom_repos.stdout_lines|default([]) }}"
# Ignore changes here because we will be removing repos that we end up re-adding later
changed_when: false