File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
skeleton/{{cookiecutter.environment}} Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ host_key_checking = False
88inventory = ../common/inventory,inventory
99collections_path = ../../ansible/collections
1010roles_path = ../../ansible/roles
11+ filter_plugins = ../../ansible/filter_plugins
1112
1213[ssh_connection]
1314ssh_args = -o ControlMaster =auto -o ControlPersist =240s -o PreferredAuthentications =publickey -o UserKnownHostsFile =/dev/null
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ host_key_checking = False
88inventory = ../common/inventory,inventory
99collections_path = ../../ansible/collections
1010roles_path = ../../ansible/roles
11+ filter_plugins = ../../ansible/filter_plugins
1112
1213[ssh_connection]
1314ssh_args = -o ControlMaster =auto -o ControlPersist =240s -o PreferredAuthentications =publickey -o UserKnownHostsFile =/dev/null
You can’t perform that action at this time.
0 commit comments