sdk: Stop enabling osbpo on Ubuntu

Change-Id: I106fd52090be926100d4f5af3a5f15544a802eef
This commit is contained in:
Michal Nasiadka 2024-08-09 11:49:43 +02:00
parent ec4d03c3ba
commit 78f685f0be
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
filename: osbpo
become: True
when:
- ansible_facts.os_family == 'Debian'
- ansible_facts.distribution == 'Debian'
- virtualenv is none
- name: Install packages

View File

@ -43,7 +43,7 @@
apt:
update_cache: true
when:
- ansible_facts.os_family == 'Debian'
- ansible_facts.distribution == 'Debian'
- virtualenv is none
become: True