molecule/kvm/prepare.yml: fix Archlinux preperation

master
githubixx 2 years ago
parent 053f187100
commit e621ba4b9f

@ -1,5 +1,5 @@
--- ---
# Copyright (C) 2021-2022 Robert Wimmer # Copyright (C) 2021-2023 Robert Wimmer
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
- hosts: opensuse - hosts: opensuse
@ -26,6 +26,9 @@
changed_when: false changed_when: false
failed_when: false failed_when: false
- name: Updating pacman cache
raw: pacman -Sy
- name: Install Python - name: Install Python
ansible.builtin.raw: | ansible.builtin.raw: |
pacman -S --noconfirm python pacman -S --noconfirm python

Loading…
Cancel
Save