From e17cbdf3edd0345fd7aed8f889a9384d34c65da0 Mon Sep 17 00:00:00 2001 From: ProgramSnail Date: Thu, 14 Aug 2025 14:46:34 +0300 Subject: [PATCH] typos fix --- playbooks/box.yml | 2 +- playbooks/host.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/box.yml b/playbooks/box.yml index 8b943ad..c794ff7 100644 --- a/playbooks/box.yml +++ b/playbooks/box.yml @@ -2,7 +2,7 @@ hosts: localhost connection: local vars: - configue: + configure: - bash - cli - git diff --git a/playbooks/host.yml b/playbooks/host.yml index 393dfaf..907528e 100644 --- a/playbooks/host.yml +++ b/playbooks/host.yml @@ -11,7 +11,7 @@ - name: Setup containers hosts: containers vars: - configue: + configure: - bash - cli - git