commit 2371d42b7746e1fcb238929877054488708f5159 parent 321b2e0e2929773dcb2bdb9639a0f2da98e7353d Author: Leonardo Galves <[email protected]> Date: Tue, 16 Aug 2022 20:10:13 -0300 Fix role path Diffstat:
M | playbooks/test.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/playbooks/test.yml b/playbooks/test.yml @@ -2,5 +2,5 @@ - name: Deploy h1-cmapi1 hosts: h1-crmapi1 roles: - - foo + - ../roles/foo