chore: use module FQRN

This commit is contained in:
Wallun 2022-04-27 10:37:13 +02:00
parent 0c94877859
commit cb5996113f
Signed by: wallun
GPG Key ID: 71D17013D836735B
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
- name: raw | Install python3 on archlinux
raw: |
ansible.builtin.raw: |
test -e /bin/pacman &&\
pacman -S python3 --asexplicit --noconfirm ||\
echo "pacman not available on this host" &&\
@ -15,7 +15,7 @@
- install
- name: raw | Install python3 on RHEL
raw: |
ansible.builtin.raw: |
test -e /usr/bin/dnf &&\
dnf install -y python3 ||\
echo "dnf not available on this host" &&\