Merge "Ansible package changed name to ansible-core, update exclude value"

This commit is contained in:
Zuul 2023-02-14 12:37:42 +00:00 committed by Gerrit Code Review
commit 13b559bc2d
2 changed files with 4 additions and 6 deletions

View File

@ -379,8 +379,7 @@ outputs:
- step|int == 3
- os_net_config_need_upgrade.stdout
- stat_config_json.stat.exists
# Exclude ansible until https://github.com/ansible/ansible/issues/56636
# is available
# Exclude ansible-core due to https://bugs.launchpad.net/tripleo/+bug/1998501
- name: Update all packages
when:
- step|int == 3
@ -388,7 +387,7 @@ outputs:
yum:
name: '*'
state: latest
exclude: ansible
exclude: ansible-core
vars:
skip_package_update: {get_param: SkipPackageUpdate}
external_upgrade_tasks:

View File

@ -136,15 +136,14 @@ outputs:
when:
- step|int == 2
- ovs_upgrade.changed|bool
# Exclude ansible until https://github.com/ansible/ansible/issues/56636
# is available
# Exclude ansible-core due to bz https://bugs.launchpad.net/tripleo/+bug/1998501
- name: Update all packages
when: step|int == 3
dnf:
name: '*'
state: latest
allowerasing: yes
exclude: ansible
exclude: ansible-core
- name: Check that os-net-config has configuration
when: step|int == 3
stat: