Renaming repo and limit host in example

This commit is contained in:
2021-09-12 20:43:01 +02:00
parent b82a10f958
commit 09a70e4f4f

View File

@@ -1,4 +1,4 @@
# flexo-playbook # silverblue-playbook
Ansible playbook for managing my Fedora Silverblue workstations (maybe macOS too). Ansible playbook for managing my Fedora Silverblue workstations (maybe macOS too).
@@ -6,5 +6,5 @@ Ansible playbook for managing my Fedora Silverblue workstations (maybe macOS too
sudo rpm-ostree usroverlay sudo rpm-ostree usroverlay
sudo microdnf install ansible sudo microdnf install ansible
ansible-galaxy collection install ansible.posix community.general ansible-galaxy collection install ansible.posix community.general
ansible-playbook -K linux.yml ansible-playbook -K silverblue.yml -l chapek9
``` ```