- name: "Install: Unpack RPM via Built-in Shell (Fallback) #noqa: fqcn[action-core] command-shell"
vars:
pkg_manager: "/usr/bin/yum"
ansible.builtin.shell: "sudo -n {{ pkg_manager }} install -y {{ found_rpms.files[0].path }} --allowerasing --nogpgcheck"
args:
warn: false
become: no
register: rpm_install_status
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)