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
23d104f7
Commit
23d104f7
authored
Mar 07, 2018
by
David Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
examples: beginnings of repro for issue #109
parent
6ec349b3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
0 deletions
+25
-0
examples/playbook/issue_109.yml
examples/playbook/issue_109.yml
+8
-0
examples/playbook/roles/issue_109/tasks/main.yml
examples/playbook/roles/issue_109/tasks/main.yml
+9
-0
examples/playbook/roles/issue_109_add_ssh_key/tasks/main.yml
examples/playbook/roles/issue_109_add_ssh_key/tasks/main.yml
+4
-0
examples/playbook/roles/issue_109_gather_facts/tasks/main.yml
...ples/playbook/roles/issue_109_gather_facts/tasks/main.yml
+4
-0
No files found.
examples/playbook/issue_109.yml
0 → 100644
View file @
23d104f7
---
# Reproduction for issue #109.
-
hosts
:
all
roles
:
-
issue_109
gather_facts
:
no
examples/playbook/roles/issue_109/tasks/main.yml
0 → 100644
View file @
23d104f7
---
-
name
:
Decrypt SSH-Keys
include_role
:
name
:
issue_109_add_ssh_key
-
name
:
Gather Facts
include_role
:
name
:
issue_109_gather_facts
examples/playbook/roles/issue_109_add_ssh_key/tasks/main.yml
0 → 100644
View file @
23d104f7
---
-
name
:
Stub
debug
:
msg=
examples/playbook/roles/issue_109_gather_facts/tasks/main.yml
0 → 100644
View file @
23d104f7
---
-
name
:
Gather facts
action
:
setup
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