From 2cb3f532b528a5d0bb3c896f61ba14ef544b9eab Mon Sep 17 00:00:00 2001 From: Mangiang Date: Tue, 2 Nov 2021 13:19:59 -0400 Subject: [PATCH] test --- .ansible-items/inventory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ansible-items/inventory b/.ansible-items/inventory index 515a762..93766c4 100644 --- a/.ansible-items/inventory +++ b/.ansible-items/inventory @@ -8,4 +8,4 @@ all: ansible_connection: ssh ansible_ssh_user: test ansible_ssh_private_key_file: /drone/src/private.key - ansible_ssh_common_args: '-p test' \ No newline at end of file + ansible_ssh_extra_args: '-p test' \ No newline at end of file