Updated readme and plays

This commit is contained in:
Elia Farin
2024-10-30 14:17:52 -05:00
parent aeb4ca65f6
commit c311f56c26
2 changed files with 9 additions and 1 deletions

View File

@@ -24,4 +24,6 @@ Passwords are recommended on all ssh keys
Run the playbook
cd fedora-ansible
ansible-playbook -i hosts --become --ask-become-pass common.yml
ansible-playbook -i hosts --become --ask-become-pass common.yml
NOTE: Your become password is your sudo password

View File

@@ -1,3 +1,9 @@
- name: Update DNF cache
ansible.builtin.dnf:
name: "*"
state: latest
update_cache: yes
- name: DNF Swap ffmpeg
ansible.builtin.command: dnf swap ffmpeg-free ffmpeg --allowerasing
become: yes