From: Matt Birkholz Date: Sat, 28 Jun 2025 02:56:14 +0000 (-0600) Subject: playbooks/site.yml: Actually apply the new abbey-gate role. X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=df94ce3238613f6e239f50bb015ea0d70b85119c;p=Network playbooks/site.yml: Actually apply the new abbey-gate role. --- diff --git a/README.org b/README.org index b5559e5..deadb89 100644 --- a/README.org +++ b/README.org @@ -2933,7 +2933,7 @@ institutional roles, then the liturgical roles. - name: Configure Gate hosts: gate - roles: [ gate ] + roles: [ gate, abbey-gate ] - name: Configure Core hosts: core diff --git a/playbooks/site.yml b/playbooks/site.yml index a1723c4..2a264ee 100644 --- a/playbooks/site.yml +++ b/playbooks/site.yml @@ -9,7 +9,7 @@ - name: Configure Gate hosts: gate - roles: [ gate ] + roles: [ gate, abbey-gate ] - name: Configure Core hosts: core