-
Andreas Hamacher authored
find . -type f -name "*.yml" -print0 | xargs -0 sed -i 's/\s*$//g'
Andreas Hamacher authoredfind . -type f -name "*.yml" -print0 | xargs -0 sed -i 's/\s*$//g'
shibbolethPrerequisites.yml 214 B
---
-
name: Install base packages - Debian
become: true
apt: name={{ item }} state=present
with_items:
- shibboleth-sp2-schemas
- libshibsp-dev
- libapache2-mod-shib2
- opensaml2-tools
- xmlstarlet