diff --git a/etc-git/README.md b/etc-git/README.md index d0930e59..5c033843 100644 --- a/etc-git/README.md +++ b/etc-git/README.md @@ -15,7 +15,7 @@ There is also an independant task that can be executed to commit changes made in pre_tasks: - include_role: name: etc-git - task_from: commit.yml + tasks_from: commit.yml vars: commit_message: "Ansible pre-run my splendid playbook" @@ -25,7 +25,7 @@ There is also an independant task that can be executed to commit changes made in post_tasks: - include_role: name: etc-git - task_from: commit.yml + tasks_from: commit.yml vars: commit_message: "Ansible pre-run my splendid playbook" ```