Skip to content

Commit 9590e7c

Browse files
authored
Merge pull request #214 from stackhpc/fix/templating2
Fix templating
2 parents ae5418b + 492a0d1 commit 9590e7c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

environments/arcus/ansible.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ host_key_checking = False
88
inventory = ../common/inventory,inventory
99
collections_path = ../../ansible/collections
1010
roles_path = ../../ansible/roles
11+
filter_plugins = ../../ansible/filter_plugins
1112

1213
[ssh_connection]
1314
ssh_args = -o ControlMaster=auto -o ControlPersist=240s -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null

environments/skeleton/{{cookiecutter.environment}}/ansible.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ host_key_checking = False
88
inventory = ../common/inventory,inventory
99
collections_path = ../../ansible/collections
1010
roles_path = ../../ansible/roles
11+
filter_plugins = ../../ansible/filter_plugins
1112

1213
[ssh_connection]
1314
ssh_args = -o ControlMaster=auto -o ControlPersist=240s -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null

0 commit comments

Comments
 (0)