diff options
Diffstat (limited to 'roles/sliver-c2')
-rw-r--r-- | roles/sliver-c2/tasks/apt_install.yaml | 2 | ||||
-rw-r--r-- | roles/sliver-c2/tasks/golang_install.yaml | 2 |
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: |