Unverified Commit 20c8f483 authored by Dmitriy Safronov's avatar Dmitriy Safronov Committed by GitHub
Browse files

update (#5)

parent ab6d7aa9
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/