Skip to content

Commit

Permalink
Use FQCN for scenarios that use other linux system roles
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrosi authored and richm committed Sep 15, 2023
1 parent 0fbf788 commit 88450de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
---
Expand All @@ -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
Expand Down

0 comments on commit 88450de

Please sign in to comment.