diff options
Diffstat (limited to 'ansible.cfg')
-rw-r--r-- | ansible.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..ce70a05 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Matthew Fennell <matthew@fennell.dev> +# +# SPDX-License-Identifier: AGPL-3.0-only + +[connection] + +pipelining = true |