From df94ce3238613f6e239f50bb015ea0d70b85119c Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 27 Jun 2025 20:56:14 -0600 Subject: [PATCH] playbooks/site.yml: Actually apply the new abbey-gate role. --- README.org | 2 +- playbooks/site.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1