From 98b9fa250a62fe19fe8e9992ac32675998d69ad0 Mon Sep 17 00:00:00 2001 From: Sergei Petrosian Date: Fri, 15 Sep 2023 15:50:36 +0200 Subject: [PATCH] Use FQCN for scenarios that use other linux system roles --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b5caf7..d1fdb4e 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ This example also installs Cockpit with an IdM-issued web server certificate. - name: Generate Cockpit web server certificate include_role: - name: linux-system-roles.certificate + name: fedora.linux_system_roles.certificate vars: certificate_requests: - name: /etc/cockpit/ws-certs.d/monger-cockpit @@ -249,7 +249,7 @@ The most simple example. - linux-system-roles.cockpit ``` -Another example, including the role as a task to control when the action is performed. It is also recommended to configure the firewall using the linux-system-roles.firewall role to make the service accessible. +Another example, including the role as a task to control when the action is performed. It is also recommended to configure the firewall using the fedora.linux_system_roles.firewall role to make the service accessible. ```yaml --- @@ -264,7 +264,7 @@ tasks: - name: Configure Firewall for Web Console include_role: - name: linux-system-roles.firewall + name: fedora.linux_system_roles.firewall vars: firewall: service: cockpit