Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envsetup
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mediaserver
envsetup
Commits
40821b16
Commit
40821b16
authored
4 years ago
by
Stéphane Diemer
Browse files
Options
Downloads
Patches
Plain Diff
Fixed initial conflict between postfix and exim
parent
491c67ca
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/sysconfig/tasks/main.yml
+9
-0
9 additions, 0 deletions
roles/sysconfig/tasks/main.yml
with
9 additions
and
0 deletions
roles/sysconfig/tasks/main.yml
+
9
−
0
View file @
40821b16
...
...
@@ -6,12 +6,21 @@
force_apt_get
:
true
install_recommends
:
false
name
:
"
{{
sysconfig_packages
}}"
state
:
latest
-
name
:
remove conflicting packages
apt
:
force_apt_get
:
true
install_recommends
:
false
name
:
exim4-base exim4-config exim4-daemon-light
state
:
absent
-
name
:
install ubicast-config
apt
:
force_apt_get
:
true
install_recommends
:
false
name
:
ubicast-config
state
:
latest
-
name
:
enable unattended upgrades
copy
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment