Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

Missing Unattended-Upgrade::Sender parameter #63

Closed
sberthelot opened this issue Aug 2, 2019 · 2 comments
Closed

Missing Unattended-Upgrade::Sender parameter #63

sberthelot opened this issue Aug 2, 2019 · 2 comments

Comments

@sberthelot
Copy link

The "Unattended-Upgrade::Sender" is missing from available parameters.

The default, at least on Ubuntu is "root" which makes the mails sent go directly to Junk folder (at best or in trash for some recipients...)

Can you please add this parameters to vars and template ?

@inn0kenty
Copy link

  post_tasks:
  - name: fix sender
    lineinfile:
      dest: /etc/apt/apt.conf.d/50unattended-upgrades
      regexp: "^Unattended-Upgrade::Sender"
      line: 'Unattended-Upgrade::Sender "user@example.org";'
      state: present

@jnv
Copy link
Owner

jnv commented May 23, 2022

I am closing this issue since this role has been deprecated. Feel free to suggest alternatives in #98.

@jnv jnv closed this as not planned Won't fix, can't repro, duplicate, stale May 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants