aboutsummaryrefslogtreecommitdiff
path: root/test.yml
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2016-10-03 12:22:55 -0400
committerB Stack <bgstack15@gmail.com>2016-10-03 12:22:55 -0400
commit49aef0810a4c953f3aa34af95b00ca9dd9b5f5d0 (patch)
tree386002ee8e1f7d7a519cf76848cd768d1f0aabcb /test.yml
parentadded script that brings in the .git directory to the localized project folder (diff)
downloadansible01-49aef0810a4c953f3aa34af95b00ca9dd9b5f5d0.tar.gz
ansible01-49aef0810a4c953f3aa34af95b00ca9dd9b5f5d0.tar.bz2
ansible01-49aef0810a4c953f3aa34af95b00ca9dd9b5f5d0.zip
Fixed filename export process in scrub.py
Diffstat (limited to 'test.yml')
-rw-r--r--test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.yml b/test.yml
index e15f798..f170ffd 100644
--- a/test.yml
+++ b/test.yml
@@ -6,7 +6,7 @@
- sudo
vars:
sudo_strings:
- - { priority: 42, exists: 'false', name: 'admins-do-all', content: 'User_Alias ADMINS = bgstack15, bgstack15, user16, user16' }
+ - { priority: 42, exists: 'false', name: 'admins-do-all', content: 'User_Alias ADMINS = Bgstack15, bgstack15, user16, User16' }
- { priority: 43, exists: false, name: 'a', content: "ADMINS ALL=(ALL) ALL" }
sudo_files:
- - { exists: 'false', file: '../../../company/sudo-files/40_bgstack15' }
+ - { exists: 'false', file: '../../../company/sudo-files/40_BGSTACK15' }
bgstack15