Remove runcmd

This commit is contained in:
Jeffrey Serio 2023-06-04 11:44:34 -05:00
parent af258ddef6
commit 98fd5fc63b
2 changed files with 0 additions and 10 deletions

View File

@ -30,8 +30,3 @@ rsyslog:
remotes:
moonshadow: 10.0.0.41
timezone: America/Chicago
runcmd:
- [ git, clone, https://gist.github.com/90c3b2fcc9d70cf06e9f3660e0d15a48.git, /tmp/vimrc ]
- [ cp, /tmp/vimrc/.vimrc, /root/.vimrc ]
- [ cp, /tmp/vimrc/.vimrc, /home/debian/.vimrc ]
- [ chown, debian:debian, /home/debian/.vimrc ]

View File

@ -26,8 +26,3 @@ rsyslog:
remotes:
moonshadow: 10.0.0.41
timezone: America/Chicago
runcmd:
- [ git, clone, https://gist.github.com/90c3b2fcc9d70cf06e9f3660e0d15a48.git, /tmp/vimrc ]
- [ cp, /tmp/vimrc/.vimrc, /root/.vimrc ]
- [ cp, /tmp/vimrc/.vimrc, /home/archivebox/.vimrc ]
- [ chown, archivebox:archivebox, /home/archivebox/.vimrc ]