From 8f6fc059b5d8c4e0e569a48c20bbab18860114dc Mon Sep 17 00:00:00 2001 From: Ben Kristinsson Date: Sat, 12 Nov 2022 12:35:16 +0100 Subject: [PATCH] fixing the reasons files were missed --- .gitignore | 2 +- bin/newrole.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 73e0622..4a99281 100644 --- a/.gitignore +++ b/.gitignore @@ -94,4 +94,4 @@ playbooks/ /paperless.yml /vaultwarden.yml /mirrors.yml -/lb.yml \ No newline at end of file +/lb.yml diff --git a/bin/newrole.sh b/bin/newrole.sh index 380b16f..01fb7d8 100755 --- a/bin/newrole.sh +++ b/bin/newrole.sh @@ -24,7 +24,7 @@ echo " roles:" >> private/playbooks/$1.yml echo " - $1" >> private/playbooks/$1.yml ln -s private/playbooks/$1.yml . -echo "/${1}.yml" >> .gitignore +echo "/${1}.yml\n" >> .gitignore ( cd private/ -- 2.40.1