diff options
author | Matthew Fennell <matthew@fennell.dev> | 2024-02-05 11:58:12 +0000 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2024-02-05 11:58:12 +0000 |
commit | 09c5bd818ded489378104f523fcede23443c5092 (patch) | |
tree | b862fcaa383e165a1f3e995ad4625f55845e3bc8 /ansible.cfg | |
parent | 58ce069ae98a74ec95db89e8dda6e1ff188c3b77 (diff) |
Bulk update with all changes currently in prod
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 |