Skip to content

Commit 4eca5e2

Browse files
committed
CI: Don't attempt to bootstrap PIP on Rocky
1 parent cc6f07b commit 4eca5e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/playbooks/pre.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
logs_dir: "/tmp/logs"
77
roles:
88
- ensure-output-dirs
9-
- ensure-pip
9+
- role: "ensure-pip"
10+
when: ansible_facts.distribution == "Ubuntu"
1011
- role: "ensure-docker"
1112
when: cephadm_container_engine == "docker"
1213
- role: "ensure-podman"

0 commit comments

Comments
 (0)