From 087f7c230df242c575cf5d041d6f3fabadd01ea1 Mon Sep 17 00:00:00 2001 From: Richard C Isaacson Date: Mon, 24 Feb 2014 11:08:21 -0600 Subject: [PATCH] Typo fixes. --- test/integration/roles/test_script/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/roles/test_script/tasks/main.yml b/test/integration/roles/test_script/tasks/main.yml index 3ea4d63f535..ffbe40d6007 100644 --- a/test/integration/roles/test_script/tasks/main.yml +++ b/test/integration/roles/test_script/tasks/main.yml @@ -1,4 +1,4 @@ -# Test code for the command and shell modules. +# Test code for the script module and action_plugin. # (c) 2014, Richard Isaacson # This file is part of Ansible