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
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
infra
ansible-shared
common
Merge requests
!27
Update CI image and fix resulting issues
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
Update CI image and fix resulting issues
th/update-ci-image
into
master
Overview
1
Commits
2
Pipelines
2
Changes
4
Merged
Thomas Schneider
requested to merge
th/update-ci-image
into
master
1 year ago
Overview
1
Commits
2
Pipelines
2
Changes
4
Expand
0
0
Merge request reports
Compare
master
version 1
7b51f550
1 year ago
master (base)
and
latest version
latest version
22e1bca5
2 commits,
7 months ago
version 1
7b51f550
2 commits,
1 year ago
4 files
+
7
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
basic-system/handlers/main.yml
+
3
−
1
Options
@@ -11,9 +11,11 @@
@@ -11,9 +11,11 @@
state
:
restarted
state
:
restarted
-
name
:
configure journal directory
-
name
:
configure journal directory
# noqa no-changed-when
command
:
systemd-tmpfiles --create --prefix /var/log/journal
command
:
systemd-tmpfiles --create --prefix /var/log/journal
-
name
:
update initramfs
-
name
:
update initramfs
# noqa no-changed-when
command
:
update-initramfs -u
command
:
update-initramfs -u
-
name
:
gather network facts once again
-
name
:
gather network facts once again
@@ -27,6 +29,6 @@
@@ -27,6 +29,6 @@
-
name
:
Remove pve directory from etckeeper repo
-
name
:
Remove pve directory from etckeeper repo
# ansible-lint wants us to use the ansible git module, but it doesn’t
# ansible-lint wants us to use the ansible git module, but it doesn’t
# provide that feature
# provide that feature
shell
:
# noqa: command-instead-of-module
shell
:
# noqa: command-instead-of-module
no-changed-when
chdir
:
/etc
chdir
:
/etc
cmd
:
git rm --cached -r -- pve && git commit -m "'Remove pve directory'"
cmd
:
git rm --cached -r -- pve && git commit -m "'Remove pve directory'"
Loading