Compare commits

..

No commits in common. "a40fa68235803f94d060ee0871024d1a068377be" and "8c70ba71c19ccaa246e444b73874567ff8b194cc" have entirely different histories.

2 changed files with 0 additions and 18 deletions

View File

@ -1,12 +0,0 @@
---
- name: add yum repository
become: true
get_url:
url: https://cli.github.com/packages/rpm/gh-cli.repo
dest: /etc/yum.repos.d/gh-cli.repo
- name: install dnf package
become: true
dnf:
name: gh
state: latest

View File

@ -1,6 +0,0 @@
---
- name: install dnf package
become: true
dnf:
name: htop
state: latest