From 0a2cabbf1758f7956a700b3857d71fda406d5b44 Mon Sep 17 00:00:00 2001 From: BSounder Date: Thu, 7 Jul 2022 14:03:54 -0700 Subject: [PATCH] become = true on update permissions + set ufw allowed ports for RC --- tasks/rocketchat.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/rocketchat.yml b/tasks/rocketchat.yml index 3f974fb..9aff2bc 100644 --- a/tasks/rocketchat.yml +++ b/tasks/rocketchat.yml @@ -4,6 +4,7 @@ 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" + become: true ufw: rule: allow proto: tcp @@ -46,6 +47,7 @@ - bring-down - name: update permissions + become: true file: path: /home/{{ main_user }} state: directory