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: ssh_port_fallback.yml
|
||||||
- include: harden.yml
|
- include: harden.yml
|
||||||
# become: true
|
# become: true
|
||||||
# apply tags,become
|
when: harden_os
|
||||||
# when: harden_os
|
tags: harden
|
||||||
# tags: harden
|
|
||||||
|
|
||||||
- include: docker.yml
|
- include: docker.yml
|
||||||
# become: true
|
# become: true
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
- name: Install unzip using apt
|
- name: Install unzip using apt
|
||||||
|
become: true
|
||||||
apt: name=unzip state=latest update_cache=yes force_apt_get=yes
|
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"
|
- name: "NOTSCORED | 3.5.1.6 | PATCH | Ensure firewall rules exist for all open ports"
|
||||||
|
|
Loading…
Reference in New Issue