harden tag to harden.yml task, become: true on installing unzip in rocketchat task
This commit is contained in:
parent
a207314959
commit
b37cf0345a
|
@ -3,9 +3,8 @@
|
|||
- include: ssh_port_fallback.yml
|
||||
- include: harden.yml
|
||||
# become: true
|
||||
# apply tags,become
|
||||
# when: harden_os
|
||||
# tags: harden
|
||||
when: harden_os
|
||||
tags: harden
|
||||
|
||||
- include: docker.yml
|
||||
# become: true
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
- name: Install unzip using apt
|
||||
become: true
|
||||
apt: name=unzip state=latest update_cache=yes force_apt_get=yes
|
||||
|
||||
- name: "NOTSCORED | 3.5.1.6 | PATCH | Ensure firewall rules exist for all open ports"
|
||||
|
|
Loading…
Reference in New Issue