- name: "Install RPM package in the Linux servers"
ansible.builtin.yum:
name: "/tmp/{{ lightspeed.build_version }}/{{ artifacts_file_name }}"
state: present
disable_gpg_check: yes
# allow_downgrade: yes # Uncomment this if you need the '--force' behavior for older versions
become: yes
register: rpm_install_status
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)