ansible Zypper добавить репозиторий
zypper_repository:
name: security
repo: 'https://download.opensuse.org/repositories/security/openSUSE_Leap_15.3/'
auto_import_keys: yes
runrefresh: true
state: present
Wild Wildebeest