harden tag to harden.yml task, become: true on installing unzip in rocketchat task

This commit is contained in:
BSounder 2022-07-07 13:48:50 -07:00
parent a207314959
commit b37cf0345a
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"