Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hpc-team
HPCasCode
Repository
5575c34d8a5fa607558bae1d8f4d61614899d779
Switch branch/tag
HPCasCode
roles
slurm-common
tasks
installMungeFromSource.yml
Find file
Blame
History
Permalink
removing training whitespaces from plays and roles
· 5575c34d
Andreas Hamacher
authored
May 26, 2020
find . -type f -name "*.yml" -print0 | xargs -0 sed -i 's/\s*$//g'
5575c34d