Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
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
Ansible
Roles
common
Compare revisions
a6b8310f327ea50543129a7dabd82d863ad18600 to 431ac51acdfd38612bd41280b3bc6ebc7726803a
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ansible/roles/common
Select target project
No results found
431ac51acdfd38612bd41280b3bc6ebc7726803a
Select Git revision
Swap
Target
ansible/roles/common
Select target project
ansible/roles/common
ericzillmann/common
2 results
a6b8310f327ea50543129a7dabd82d863ad18600
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
#17
Remove weekly update notifier cron
· 431ac51a
jurgenhaas
authored
4 years ago
431ac51a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/common.yml
+7
-0
7 additions, 0 deletions
tasks/common.yml
with
7 additions
and
0 deletions
tasks/common.yml
View file @
431ac51a
...
...
@@ -448,6 +448,13 @@
dest
:
/etc/update-motd.d/95-ansible
mode
:
0755
-
name
:
Remove weekly cron for update notifier
file
:
path
:
/etc/cron.weekly/update-notifier-common
state
:
absent
tags
:
-
cron
-
name
:
Setup Group Crontabs
cron
:
name
:
'
{{
item.name
}}'
...
...
This diff is collapsed.
Click to expand it.