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/ Loading
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/