aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-12-01 16:06:09 +0800
committerAaron LI <aly@aaronly.me>2018-12-01 16:06:09 +0800
commit6eb07e870565a590cc86040f7e4a7f405efdb786 (patch)
treef4f954fba771be67cb5f60626f1c08605222c363
parent5fd0b1c28b44a3745fa80cc7f2bd22f5eb9b9f46 (diff)
downloadansible-dfly-vps-6eb07e870565a590cc86040f7e4a7f405efdb786.tar.bz2
ansible.cfg: Fix warning about inventory
-rw-r--r--ansible.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
index e4b309b..eb43b1b 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -29,3 +29,6 @@ pipelining = True
# SSH arguments to use
# Add 'IdentitiesOnly=yes'
ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s -o IdentitiesOnly=yes
+
+[inventory]
+enable_plugins = yaml