Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ucegg
ansible
Commits
6062493d
Commit
6062493d
authored
Jul 23, 2019
by
julian.gethmann
Browse files
Enable dnf-autoupdater
parent
abaf413c
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/common/handlers/main.yml
View file @
6062493d
...
...
@@ -83,5 +83,12 @@
become
:
yes
service
:
name
:
dnf-automatic.timer
state
:
started
state
:
restarted
enabled
:
yes
-
name
:
enable automatic service
become
:
yes
service
:
name
:
dnf-automatic.service
state
:
restarted
enabled
:
yes
roles/common/tasks/sysupdate.yml
View file @
6062493d
...
...
@@ -26,3 +26,4 @@
when
:
ansible_distribution == "Fedora"
notify
:
-
enable automatic
-
enable automatic service
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment