This website requires JavaScript.
Explore
Help
Sign In
a-c-m
/
community.general
mirror of
https://github.com/ansible-collections/community.general.git
Watch
1
Star
0
Fork
You've already forked community.general
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2ecaa91f68
community.general
/
tests
/
integration
/
targets
/
kernel_blacklist
/
files
/
blacklist
4 lines
45 B
Plaintext
Raw
Normal View
History
Unescape
Escape
kernel_blacklist - revamped the module (#3329) * kernel_blacklist - revamped the module * file default and setting "lines" when file does not exist * added changelog fragment * added change in arg_spec to the documentation block * Update plugins/modules/system/kernel_blacklist.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/system/kernel_blacklist.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/system/kernel_blacklist.py Co-authored-by: Felix Fontein <felix@fontein.de> * fixed: initialize self.pattern before self.var.is_blacklisted * File writing recoded * added try/finally for the file * multiple changes: - fixed case when last line of the existing file has no newline char - added integration tests * PR: integration test now using remote_tmp_dir Co-authored-by: Felix Fontein <felix@fontein.de>
2021-09-20 17:39:35 +00:00
blacklist aaaa
blacklist bbbb
Make sure all files have trailing newline (#5076) * Make sure all files have trailing newline. * Adjust tests.
2022-08-05 19:08:41 +00:00
blacklist cccc