summaryrefslogtreecommitdiffstats
path: root/roles/debug_env/tasks
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2016-08-08 19:36:31 +0000
committerKevin Fenzi <kevin@scrye.com>2016-08-08 19:36:31 +0000
commit04a52b86677de7a34c887f77db1a2ebe3eed17b1 (patch)
tree65772d6725185f42bc430d56b83d5327c6415e13 /roles/debug_env/tasks
parentfd129648ae166b2a23cba6e315c75f563fb7d911 (diff)
downloadansible-04a52b86677de7a34c887f77db1a2ebe3eed17b1.tar.gz
ansible-04a52b86677de7a34c887f77db1a2ebe3eed17b1.tar.xz
ansible-04a52b86677de7a34c887f77db1a2ebe3eed17b1.zip
Death to all trailing whitespace.
Diffstat (limited to 'roles/debug_env/tasks')
-rw-r--r--roles/debug_env/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/debug_env/tasks/main.yml b/roles/debug_env/tasks/main.yml
index 33dc4ebb8..62d2efecd 100644
--- a/roles/debug_env/tasks/main.yml
+++ b/roles/debug_env/tasks/main.yml
@@ -1,5 +1,5 @@
#
-# This role can be added to a playbook to dump out all
+# This role can be added to a playbook to dump out all
# the env from ansible to see what variables and facts are.
# Taken from https://coderwall.com/p/13lh6w
#