Merge "Ansible package changed name to ansible-core, update exclude value" into stable/zed

This commit is contained in:
Zuul 2023-02-16 15:13:32 +00:00 committed by Gerrit Code Review
commit 0aab0dd4f3
2 changed files with 4 additions and 6 deletions

View File

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

View File

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