Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ansible
roles
plone
Commits
b5bbec21
Commit
b5bbec21
authored
Oct 05, 2018
by
Dan Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[
#1
] Don't try systmed stuff in Docker
parent
81da00db
Pipeline
#2614
passed with stage
in 12 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tasks/main.yml
tasks/main.yml
+2
-1
No files found.
tasks/main.yml
View file @
b5bbec21
...
...
@@ -205,9 +205,10 @@
group
:
root
mode
:
0644
register
:
systemd_upload
when
:
(ansible_virtualization_type != "docker")
become
:
yes
-
name
:
Update systemd
command
:
systemctl daemon-reload
when
:
systemd_upload.changed
when
:
(ansible_virtualization_type != "docker") and
systemd_upload.changed
become
:
yes
Write
Preview
Markdown
is supported
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