File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 418
418
# - ansible-collection-commons-molecule-configuration
419
419
# - ansible-collection-commons-molecule-docker_compose
420
420
# - ansible-collection-commons-molecule-docker_login
421
- # - ansible-collection-commons-molecule-facts
421
+ - ansible-collection-commons-molecule-facts
422
422
# - ansible-collection-commons-molecule-firewall
423
423
# - ansible-collection-commons-molecule-hostname
424
424
# - ansible-collection-commons-molecule-hosts
458
458
# - ansible-collection-commons-molecule-configuration
459
459
# - ansible-collection-commons-molecule-docker_compose
460
460
# - ansible-collection-commons-molecule-docker_login
461
- # - ansible-collection-commons-molecule-facts
461
+ - ansible-collection-commons-molecule-facts
462
462
# - ansible-collection-commons-molecule-firewall
463
463
# - ansible-collection-commons-molecule-hostname
464
464
# - ansible-collection-commons-molecule-hosts
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def test_custom_facts_directory(host):
14
14
15
15
16
16
def test_fact_files (host ):
17
- fact_files = get_variable (host , "fact_files " )
17
+ fact_files = get_variable (host , "facts_files " )
18
18
19
19
assert type (fact_files ) is list
20
20
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ Install custom ansible facts.
2
2
3
3
**Role Variables **
4
4
5
- .. zuul :rolevar :: fact_files
5
+ .. zuul :rolevar :: facts_files
6
6
7
7
List of facts to install.
Original file line number Diff line number Diff line change 1
1
---
2
- fact_files : []
2
+ facts_files : []
Original file line number Diff line number Diff line change 16
16
owner : root
17
17
group : root
18
18
mode : 0755
19
- loop : " {{ fact_files }}"
19
+ loop : " {{ facts_files }}"
You can’t perform that action at this time.
0 commit comments