Skip to content

Commit e6534d5

Browse files
committed
Switch default method to 'local'
Fixes #11
1 parent eb570b7 commit e6534d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ctf.conf.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ ExecType=ansible
88

99
[ansible]
1010
Host=192.168.1.1
11-
Method=ssh
11+
Method=local
1212
User=root

ctf_cli/common_environment.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def after_all(context):
200200
201201
[ansible]
202202
Host=192.168.1.1
203-
Method=ssh
203+
Method=local
204204
User=root
205205
"""
206206

0 commit comments

Comments
 (0)