aboutsummaryrefslogtreecommitdiff
path: root/roles/sliver-c2/tasks
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-05-26 09:01:56 +0300
committerheqnx <root@heqnx.com>2025-05-26 09:01:56 +0300
commitf0386e1619ca5fe768972c2d835f998f5f6fed39 (patch)
tree39b1b1e207c3c9c51ba826224b8b74f7ebcbdb9d /roles/sliver-c2/tasks
parenta529d1f47572e240118c453d87f06ddde1232e65 (diff)
downloadansible-playbooks-f0386e1619ca5fe768972c2d835f998f5f6fed39.tar.gz
ansible-playbooks-f0386e1619ca5fe768972c2d835f998f5f6fed39.zip
standardized booleans
Diffstat (limited to 'roles/sliver-c2/tasks')
-rw-r--r--roles/sliver-c2/tasks/apt_install.yaml2
-rw-r--r--roles/sliver-c2/tasks/golang_install.yaml2
2 files changed, 2 insertions, 2 deletions
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: