Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mitogen
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
mitogen
Commits
6106c277
Commit
6106c277
authored
Mar 08, 2018
by
David Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ansible: repro for issue #118.
parent
59dab72e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
examples/playbook/issue_118.yml
examples/playbook/issue_118.yml
+11
-0
examples/playbook/scripts/issue_118_saytrue
examples/playbook/scripts/issue_118_saytrue
+2
-0
No files found.
examples/playbook/issue_118.yml
0 → 100644
View file @
6106c277
---
# issue #118 repro: chmod +x not happening during script upload
#
-
name
:
saytrue
hosts
:
all
become
:
True
tasks
:
-
name
:
run script saytrue
script
:
scripts/issue_118_saytrue
examples/playbook/scripts/issue_118_saytrue
0 → 100644
View file @
6106c277
#!/bin/bash
/bin/true
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