diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-14 12:02:16 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-14 12:08:04 +0200 |
commit | 84066b29e322591ade980cb72e55c88b98d144c4 (patch) | |
tree | bb3c7e482f46156385c967c39d495f6a3867ef54 /roles/journald | |
parent | letsencrypt: fix manual token prompts (diff) | |
download | infra-ansible-84066b29e322591ade980cb72e55c88b98d144c4.tar.gz infra-ansible-84066b29e322591ade980cb72e55c88b98d144c4.zip |
update task names & add more logging
Diffstat (limited to 'roles/journald')
-rw-r--r-- | roles/journald/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/journald/tasks/main.yml b/roles/journald/tasks/main.yml index 9b0317b..53e3393 100644 --- a/roles/journald/tasks/main.yml +++ b/roles/journald/tasks/main.yml @@ -1,4 +1,4 @@ -- name: Less noisy journal +- name: Make journald less noisy become: true block: - name: Edit journald.conf |