From 8084f6b0073e9c41fb71ae1f432fcb69dc85e0db Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 10 Mar 2023 15:12:26 -0600 Subject: [PATCH] feat: allow specifying filename of your apache config file --- requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.yml b/requirements.yml index 65a26bb..d3a1545 100644 --- a/requirements.yml +++ b/requirements.yml @@ -9,6 +9,6 @@ collections: - 'community.crypto' roles: - - src: 'ansibleguy.infra_apache' + - src: 'anon8675309.infra_apache' - src: 'ansibleguy.infra_certs' - src: 'ansibleguy.infra_mariadb'