Unverified Commit 813afda2 authored by Dmitriy Safronov's avatar Dmitriy Safronov Committed by GitHub
Browse files

update (#17)

parent 5b92bf7e
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+1 −0
Original line number Diff line number Diff line
.update/

update.sh

0 → 100755
+17 −0
Original line number Diff line number Diff line
#!/usr/bin/env bash

git \
  clone \
  https://github.com/dmitriysafronov/ansible_role-template.git \
  .update

rsync -av \
  --include=.github/workflows/lint.yaml \
  --include=.requirements/* \
  --include=update.sh \
  --exclude=* \
  --delete-after \
  .update/ \
  ./

rm -rf .update/