summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-galaxy-collection-cli/files/expected.txt
blob: 110009e3857c3f422c4d1f3380275f5d1cea91a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
MANIFEST.json
FILES.json
README.rst
changelogs/
docs/
playbooks/
plugins/
roles/
tests/
changelogs/fragments/
changelogs/fragments/bar.yaml
changelogs/fragments/foo.yml
docs/docsite/
docs/docsite/apple.j2
docs/docsite/bar.yml
docs/docsite/baz.yaml
docs/docsite/foo.rst
docs/docsite/orange.txt
docs/docsite/qux.json
playbooks/bar.yaml
playbooks/baz.json
playbooks/foo.yml
plugins/action/
plugins/become/
plugins/cache/
plugins/callback/
plugins/cliconf/
plugins/connection/
plugins/doc_fragments/
plugins/filter/
plugins/httpapi/
plugins/inventory/
plugins/lookup/
plugins/module_utils/
plugins/modules/
plugins/netconf/
plugins/shell/
plugins/strategy/
plugins/terminal/
plugins/test/
plugins/vars/
plugins/action/test.py
plugins/become/bar.yml
plugins/become/baz.yaml
plugins/become/test.py
plugins/cache/bar.yml
plugins/cache/baz.yaml
plugins/cache/test.py
plugins/callback/bar.yml
plugins/callback/baz.yaml
plugins/callback/test.py
plugins/cliconf/bar.yml
plugins/cliconf/baz.yaml
plugins/cliconf/test.py
plugins/connection/bar.yml
plugins/connection/baz.yaml
plugins/connection/test.py
plugins/doc_fragments/test.py
plugins/filter/bar.yml
plugins/filter/baz.yaml
plugins/filter/test.py
plugins/httpapi/bar.yml
plugins/httpapi/baz.yaml
plugins/httpapi/test.py
plugins/inventory/bar.yml
plugins/inventory/baz.yaml
plugins/inventory/test.py
plugins/lookup/bar.yml
plugins/lookup/baz.yaml
plugins/lookup/test.py
plugins/module_utils/bar.ps1
plugins/module_utils/test.py
plugins/modules/bar.yaml
plugins/modules/test2.py
plugins/modules/foo.yml
plugins/modules/qux.ps1
plugins/netconf/bar.yml
plugins/netconf/baz.yaml
plugins/netconf/test.py
plugins/shell/bar.yml
plugins/shell/baz.yaml
plugins/shell/test.py
plugins/strategy/bar.yml
plugins/strategy/baz.yaml
plugins/strategy/test.py
plugins/terminal/test.py
plugins/test/bar.yml
plugins/test/baz.yaml
plugins/test/test.py
plugins/vars/bar.yml
plugins/vars/baz.yaml
plugins/vars/test.py
roles/foo/
roles/foo/tasks/
roles/foo/templates/
roles/foo/vars/
roles/foo/tasks/main.yml
roles/foo/templates/foo.j2
roles/foo/vars/main.yaml
tests/integration/
tests/units/
tests/integration/targets/
tests/integration/targets/foo/
tests/integration/targets/foo/aliases
tests/integration/targets/foo/tasks/
tests/integration/targets/foo/tasks/main.yml
tests/units/test_foo.py