From f0386e1619ca5fe768972c2d835f998f5f6fed39 Mon Sep 17 00:00:00 2001 From: heqnx Date: Mon, 26 May 2025 09:01:56 +0300 Subject: standardized booleans --- roles/sliver-c2/tasks/apt_install.yaml | 2 +- roles/sliver-c2/tasks/golang_install.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/sliver-c2/tasks') diff --git a/roles/sliver-c2/tasks/apt_install.yaml b/roles/sliver-c2/tasks/apt_install.yaml index 4004daf..8910e04 100644 --- a/roles/sliver-c2/tasks/apt_install.yaml +++ b/roles/sliver-c2/tasks/apt_install.yaml @@ -2,4 +2,4 @@ apt: name: "{{ apt_packages }}" state: present - update_cache: yes \ No newline at end of file + update_cache: true \ No newline at end of file diff --git a/roles/sliver-c2/tasks/golang_install.yaml b/roles/sliver-c2/tasks/golang_install.yaml index e67d508..a359bde 100644 --- a/roles/sliver-c2/tasks/golang_install.yaml +++ b/roles/sliver-c2/tasks/golang_install.yaml @@ -15,7 +15,7 @@ unarchive: src: /tmp/golang.tar.gz dest: /usr/local - remote_src: yes + remote_src: true - name: remove tarball file: -- cgit v1.2.3