From f0386e1619ca5fe768972c2d835f998f5f6fed39 Mon Sep 17 00:00:00 2001 From: heqnx Date: Mon, 26 May 2025 09:01:56 +0300 Subject: standardized booleans --- roles/attackbox/tasks/github_repos.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/attackbox/tasks/github_repos.yaml') diff --git a/roles/attackbox/tasks/github_repos.yaml b/roles/attackbox/tasks/github_repos.yaml index 042ea6c..e98252e 100644 --- a/roles/attackbox/tasks/github_repos.yaml +++ b/roles/attackbox/tasks/github_repos.yaml @@ -10,6 +10,6 @@ ansible.builtin.git: repo: "{{ item }}" dest: "/opt/tools/{{ item | basename | regex_replace('\\.git$', '') }}" - update: yes - force: yes + update: true + force: true loop: "{{ github_repos }}" -- cgit v1.2.3