Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
56c268ad
Commit
56c268ad
authored
Oct 22, 2014
by
Toshio Kuratomi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New test that newlines in systemd service scripts don't cause problems
parent
76a43d4b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
test/integration/roles/test_service/files/ansible.systemd
+1
-1
test/integration/roles/test_service/tasks/systemd_setup.yml
+1
-1
No files found.
test/integration/roles/test_service/files/ansible.systemd
View file @
56c268ad
...
@@ -2,6 +2,6 @@
...
@@ -2,6 +2,6 @@
Description=Ansible Test Service
Description=Ansible Test Service
[Service]
[Service]
ExecStart=/usr/sbin/ansible_test_service
ExecStart=/usr/sbin/ansible_test_service
"Test\nthat newlines in scripts\nwork"
ExecReload=/bin/true
ExecReload=/bin/true
Type=forking
Type=forking
test/integration/roles/test_service/tasks/systemd_setup.yml
View file @
56c268ad
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
-
"
install_systemd_result.dest
==
'/usr/lib/systemd/system/ansible_test.service'"
-
"
install_systemd_result.dest
==
'/usr/lib/systemd/system/ansible_test.service'"
-
"
install_systemd_result.state
==
'file'"
-
"
install_systemd_result.state
==
'file'"
-
"
install_systemd_result.mode
==
'0644'"
-
"
install_systemd_result.mode
==
'0644'"
-
"
install_systemd_result.md5sum
==
'
f634df77d9160ab05bad4ed49d82a0d0
'"
-
"
install_systemd_result.md5sum
==
'
6be64a1e44e9e72a467e70a0b562444f
'"
-
"
install_broken_systemd_result.dest
==
'/usr/lib/systemd/system/ansible_test_broken.service'"
-
"
install_broken_systemd_result.dest
==
'/usr/lib/systemd/system/ansible_test_broken.service'"
-
"
install_broken_systemd_result.state
==
'link'"
-
"
install_broken_systemd_result.state
==
'link'"
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