Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jakub Klinkovský
infrastructure
Commits
800d61c7
Unverified
Commit
800d61c7
authored
Aug 27, 2020
by
Jakub Klinkovský
Browse files
[WIP] disable start and enable auditd - fails in systemd-nspawn containers
parent
cb4d476c
Pipeline
#8182
failed with stage
in 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/common/tasks/main.yml
View file @
800d61c7
...
...
@@ -19,8 +19,10 @@
-
name
:
update package cache
pacman
:
update_cache=yes
-
name
:
start and enable auditd
service
:
name=auditd enabled=yes state=started
# FIXME: this is ok in docker (ConditionKernelCommandLine=!audit=0 is not met), but the service actually starts and fails in systemd-nspawn
# see https://github.com/systemd/systemd/issues/16941
#- name: start and enable auditd
# service: name=auditd enabled=yes state=started
-
name
:
start and enable systemd-timesyncd
service
:
name=systemd-timesyncd enabled=yes state=started
...
...
Write
Preview
Supports
Markdown
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