Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible_lza_install_common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Digital Preservation
ansible_lza_install_common
Commits
0d03ecee
Commit
0d03ecee
authored
2 years ago
by
Jörg Sachse
Browse files
Options
Downloads
Patches
Plain Diff
style: satisfy linter
parent
3526f64c
No related branches found
No related tags found
No related merge requests found
Pipeline
#4005
passed
2 years ago
Stage: test
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.ansible-lint
+1
-0
1 addition, 0 deletions
.ansible-lint
handlers/main.yml
+1
-1
1 addition, 1 deletion
handlers/main.yml
tasks/configure_swap.yml
+1
-0
1 addition, 0 deletions
tasks/configure_swap.yml
tasks/migrate_ntpd_to_esxi_timesync.yml
+2
-0
2 additions, 0 deletions
tasks/migrate_ntpd_to_esxi_timesync.yml
with
5 additions
and
1 deletion
.ansible-lint
+
1
−
0
View file @
0d03ecee
...
...
@@ -38,6 +38,7 @@ skip_list:
- skip_this_tag
- git-latest
- name[casing]
- package-latest
# Any rule that has the 'opt-in' tag will not be loaded unless its 'id' is
# mentioned in the enable_list:
...
...
This diff is collapsed.
Click to expand it.
handlers/main.yml
+
1
−
1
View file @
0d03ecee
...
...
@@ -70,5 +70,5 @@
state
:
restarted
daemon_reload
:
true
-
name
:
udev-Regel bekannt machen
-
name
:
udev-Regel bekannt machen
# noqa no-changed-when
ansible.builtin.command
:
"
udevadm
control
--reload"
This diff is collapsed.
Click to expand it.
tasks/configure_swap.yml
+
1
−
0
View file @
0d03ecee
...
...
@@ -54,6 +54,7 @@
-
name
:
load zram Kernel module
ansible.builtin.command
:
"
modprobe
zram"
when
:
"
not
'zram'
in
kernel_modules.stdout"
changed_when
:
false
-
name
:
find existing zram devices
ansible.builtin.command
:
"
zramctl
--noheadings"
register
:
"
zram_devices"
...
...
This diff is collapsed.
Click to expand it.
tasks/migrate_ntpd_to_esxi_timesync.yml
+
2
−
0
View file @
0d03ecee
...
...
@@ -24,6 +24,7 @@
-
vmtools.stat.xusr
register
:
timesync
failed_when
:
( timesync.rc != 0 ) and ( timesync.rc != 69 )
changed_when
:
false
-
name
:
enable ESXi timesync if necessary
ansible.builtin.command
:
"
/usr/bin/vmware-toolbox-cmd
timesync
enable"
...
...
@@ -33,3 +34,4 @@
-
vmtools.stat.exists
-
vmtools.stat.isreg
-
vmtools.stat.xusr
changed_when
:
false
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