examples: beginnings of repro for issue #109
parent
6ec349b386
commit
23d104f73b
@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
# Reproduction for issue #109.
|
||||
|
||||
- hosts: all
|
||||
roles:
|
||||
- issue_109
|
||||
gather_facts: no
|
@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- name: Decrypt SSH-Keys
|
||||
include_role:
|
||||
name: issue_109_add_ssh_key
|
||||
|
||||
- name: Gather Facts
|
||||
include_role:
|
||||
name: issue_109_gather_facts
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
|
||||
- name: Stub
|
||||
debug: msg=
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
|
||||
- name: Gather facts
|
||||
action: setup
|
Loading…
Reference in New Issue