aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/router/tasks
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-08-14 12:02:16 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-08-14 12:08:04 +0200
commit84066b29e322591ade980cb72e55c88b98d144c4 (patch)
treebb3c7e482f46156385c967c39d495f6a3867ef54 /roles/router/tasks
parentletsencrypt: fix manual token prompts (diff)
downloadinfra-ansible-84066b29e322591ade980cb72e55c88b98d144c4.tar.gz
infra-ansible-84066b29e322591ade980cb72e55c88b98d144c4.zip
update task names & add more logging
Diffstat (limited to 'roles/router/tasks')
-rw-r--r--roles/router/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/router/tasks/main.yml b/roles/router/tasks/main.yml
index 6aecdd4..476afb5 100644
--- a/roles/router/tasks/main.yml
+++ b/roles/router/tasks/main.yml
@@ -1,4 +1,4 @@
-- name: Set sysctl values
+- name: Enable traffic forwarding
become: true
ansible.posix.sysctl:
name: '{{ item }}'