Skip to content

Commit

Permalink
style: Fix wrong indention
Browse files Browse the repository at this point in the history
  • Loading branch information
jomrr committed Feb 19, 2024
1 parent e3ff71c commit dbdbfa5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
28 changes: 14 additions & 14 deletions playbooks/vars/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ dockerfile:
- systemd-sysv
package_clean: "apt-get -y autoremove && apt-get -y clean"
commands:
- find /etc/systemd/system /lib/systemd/system -path 'sysinit.target.wants/*' -not -name '*systemd-tmpfiles*' -delete
- rm -f /lib/systemd/system/multi-user.target.wants/*
- rm -f /etc/systemd/system/*.wants/* ; \
- rm -f /lib/systemd/system/local-fs.target.wants/*
- rm -f /lib/systemd/system/sockets.target.wants/*udev*
- rm -f /lib/systemd/system/sockets.target.wants/*initctl*
- rm -f /lib/systemd/system/basic.target.wants/*
- rm -f /lib/systemd/system/anaconda.target.wants/*
- rm -f /lib/systemd/system/plymouth*
- rm -f /lib/systemd/system/systemd-update-utmp*
- rm -f /lib/systemd/system/systemd*udev*
- rm -f /lib/systemd/system/getty.target
- systemctl mask getty.service
- sed -i -e 's/^\(Defaults\s*requiretty\)/#--- \1/' /etc/sudoers
- find /etc/systemd/system /lib/systemd/system -path 'sysinit.target.wants/*' -not -name '*systemd-tmpfiles*' -delete
- rm -f /lib/systemd/system/multi-user.target.wants/*
- rm -f /etc/systemd/system/*.wants/* ; \
- rm -f /lib/systemd/system/local-fs.target.wants/*
- rm -f /lib/systemd/system/sockets.target.wants/*udev*
- rm -f /lib/systemd/system/sockets.target.wants/*initctl*
- rm -f /lib/systemd/system/basic.target.wants/*
- rm -f /lib/systemd/system/anaconda.target.wants/*
- rm -f /lib/systemd/system/plymouth*
- rm -f /lib/systemd/system/systemd-update-utmp*
- rm -f /lib/systemd/system/systemd*udev*
- rm -f /lib/systemd/system/getty.target
- systemctl mask getty.service
- sed -i -e 's/^\(Defaults\s*requiretty\)/#--- \1/' /etc/sudoers
28 changes: 14 additions & 14 deletions playbooks/vars/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ dockerfile:
- systemd-sysv
package_clean: "apt-get -y autoremove && apt-get -y clean"
commands:
- find /etc/systemd/system /lib/systemd/system -path 'sysinit.target.wants/*' -not -name '*systemd-tmpfiles*' -delete
- rm -f /lib/systemd/system/multi-user.target.wants/*
- rm -f /etc/systemd/system/*.wants/* ; \
- rm -f /lib/systemd/system/local-fs.target.wants/*
- rm -f /lib/systemd/system/sockets.target.wants/*udev*
- rm -f /lib/systemd/system/sockets.target.wants/*initctl*
- rm -f /lib/systemd/system/basic.target.wants/*
- rm -f /lib/systemd/system/anaconda.target.wants/*
- rm -f /lib/systemd/system/plymouth*
- rm -f /lib/systemd/system/systemd-update-utmp*
- rm -f /lib/systemd/system/systemd*udev*
- rm -f /lib/systemd/system/getty.target
- systemctl mask getty.service
- sed -i -e 's/^\(Defaults\s*requiretty\)/#--- \1/' /etc/sudoers
- find /etc/systemd/system /lib/systemd/system -path 'sysinit.target.wants/*' -not -name '*systemd-tmpfiles*' -delete
- rm -f /lib/systemd/system/multi-user.target.wants/*
- rm -f /etc/systemd/system/*.wants/* ; \
- rm -f /lib/systemd/system/local-fs.target.wants/*
- rm -f /lib/systemd/system/sockets.target.wants/*udev*
- rm -f /lib/systemd/system/sockets.target.wants/*initctl*
- rm -f /lib/systemd/system/basic.target.wants/*
- rm -f /lib/systemd/system/anaconda.target.wants/*
- rm -f /lib/systemd/system/plymouth*
- rm -f /lib/systemd/system/systemd-update-utmp*
- rm -f /lib/systemd/system/systemd*udev*
- rm -f /lib/systemd/system/getty.target
- systemctl mask getty.service
- sed -i -e 's/^\(Defaults\s*requiretty\)/#--- \1/' /etc/sudoers

0 comments on commit dbdbfa5

Please sign in to comment.