From 372c1ed14a742430952d9a52e248854fdeffed64 Mon Sep 17 00:00:00 2001 From: L3D Date: Fri, 20 Sep 2024 20:19:32 +0200 Subject: [PATCH] improve docs --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d801bd..cbfde6a 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,12 @@ collections: Example Playbook using the l3d.linux.packages and l3d.linux.resolvconf role: ```yaml --- -- name: "Install NTP Server from collection l3d.linux" - hosts: ntp.example.com +- name: "Install NTP and librewolf from collection l3d.linux and configure resolve.conf" + hosts: desktop.example.com roles: - {role: l3d.linux.packages, tags: pakages} - {role: l3d.linux.resolvconf, tags: resolvconf} + - {role: l3d.linux.librewolf, tags: librewolf} vars: packages__install_advanced: true packages__install_python: true