scripts/ci: allow both Ubuntu or Debian to run upgrade
There is no practical difference between the systems when it comes to updating the installed system. Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Message-ID: <20251027110344.2289945-5-alex.bennee@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
ced14739eb
commit
7425f47727
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
update_cache: yes
|
||||
upgrade: yes
|
||||
when:
|
||||
- ansible_facts['distribution'] == 'Ubuntu'
|
||||
- ansible_facts['distribution'] in ['Ubuntu', 'Debian']
|
||||
|
||||
# the package lists are updated by "make lcitool-refresh"
|
||||
- name: Define package list file path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue