tasks / cloud_setup_basic: drop duplicate when: clause
This commit is contained in:
parent
69cd8056e1
commit
fc0a3f5d2c
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@
|
||||||
when: ansible_distribution_major_version|int >= 29 and ansible_distribution == 'Fedora' and ansible_cmdline.ostree is not defined
|
when: ansible_distribution_major_version|int >= 29 and ansible_distribution == 'Fedora' and ansible_cmdline.ostree is not defined
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
when: not inventory_hostname.startswith(('f31-test'))
|
|
||||||
|
|
||||||
- name: update all
|
- name: update all
|
||||||
command: dnf -y
|
command: dnf -y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue