-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
edpm_kernel
compliant with ansible-lint production
profile
- Added `Sysctl reload` as handler removing a `when` clause as for ansible best practice - Replace a `command` task with `slurp` module to get remote file content and `set_fact` task to define the `cmdline` variable - Fixed indentation and spacing for better readability - Moved jinja templating at the end of a task name - Added `changed_when` and `failed_when` in command tasks - Added a debug task to whitelist - Declared permissions as strings in `mode` parameter as for ansible best practices Signed-off-by: Roberto Alfieri <[email protected]>
- Loading branch information
Showing
3 changed files
with
38 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters