From 69bccf57d604937b35562bc4cb85547712fe06a5 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 28 Apr 2016 08:27:21 -0700 Subject: [PATCH] Recategorize git_config and shift version to 2.1 --- .../modules/extras/{system => source_control}/git_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename lib/ansible/modules/extras/{system => source_control}/git_config.py (99%) diff --git a/lib/ansible/modules/extras/system/git_config.py b/lib/ansible/modules/extras/source_control/git_config.py similarity index 99% rename from lib/ansible/modules/extras/system/git_config.py rename to lib/ansible/modules/extras/source_control/git_config.py index 4a3a6e9a58..1e229b7bc1 100644 --- a/lib/ansible/modules/extras/system/git_config.py +++ b/lib/ansible/modules/extras/source_control/git_config.py @@ -25,7 +25,7 @@ module: git_config author: - "Matthew Gamble" - "Marius Gedminas" -version_added: 2.2 +version_added: 2.1 requirements: ['git'] short_description: Read and write git configuration description: