OpenSUSE and Fedora updates

This commit is contained in:
zendesk-acicchetti 2021-08-09 16:23:43 -04:00
parent efd9b88838
commit 1ee8944420
2 changed files with 6 additions and 5 deletions

View file

@ -16,7 +16,6 @@
- cmake
- tmux
- gpg
- fzf
- rsync
state: latest

View file

@ -45,12 +45,14 @@
- libopenssl-devel
state: latest
- name: Add rust_apps repo
- name: Add utilities repo
become: yes
become_method: sudo
command: zypper ar https://download.opensuse.org/repositories/home:/luke_nukem:/rust_apps/openSUSE_Tumbleweed/home:luke_nukem:rust_apps.repo
args:
creates: /etc/zypp/repos.d/home_luke_nukem_rust_apps.repo
community.general.zypper_repository:
name: utilities
repo: 'https://download.opensuse.org/repositories/utilities/openSUSE_Factory/'
state: present
auto_import_keys: true
- name: Install skim
become: yes