more renaming + ignore weak dnf deps
This commit is contained in:
+4
-2
@@ -21,8 +21,9 @@
|
||||
state: absent
|
||||
- name: install core components
|
||||
become: true
|
||||
dnf:
|
||||
ansible.builtin.dnf:
|
||||
state: present
|
||||
install_weak_deps: false
|
||||
name:
|
||||
- git
|
||||
- git-crypt
|
||||
@@ -75,8 +76,9 @@
|
||||
gpgkey=https://pkgs.tailscale.com/stable/fedora/repo.gpg
|
||||
- name: install dnf packages
|
||||
become: true
|
||||
dnf:
|
||||
ansible.builtin.dnf:
|
||||
state: present
|
||||
install_weak_deps: false
|
||||
name:
|
||||
- aria2
|
||||
- bat
|
||||
Reference in New Issue
Block a user