Updated readme and plays
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user