diff options
author | B Stack <bgstack15@gmail.com> | 2016-10-03 12:22:55 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2016-10-03 12:22:55 -0400 |
commit | 49aef0810a4c953f3aa34af95b00ca9dd9b5f5d0 (patch) | |
tree | 386002ee8e1f7d7a519cf76848cd768d1f0aabcb /test.yml | |
parent | added script that brings in the .git directory to the localized project folder (diff) | |
download | ansible01-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.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' } |