From 03f4eaf2695a45604e481c23ea9c1a5e4019aaf4 Mon Sep 17 00:00:00 2001 From: Daniel Jakots Date: Tue, 29 Aug 2017 11:22:21 -0400 Subject: [PATCH] fix example --- etc-git/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc-git/README.md b/etc-git/README.md index 5c033843..9028cc1c 100644 --- a/etc-git/README.md +++ b/etc-git/README.md @@ -27,5 +27,5 @@ There is also an independant task that can be executed to commit changes made in name: etc-git tasks_from: commit.yml vars: - commit_message: "Ansible pre-run my splendid playbook" + commit_message: "Ansible post-run my splendid playbook" ```