From 2827b4eb0a4285e65872a9ee6b365d8257031d6b Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Sat, 30 Apr 2022 15:09:35 +0200 Subject: [PATCH] BREAK: rename install.yml -> pb_install.yml --- README.md | 2 +- install.yml => pb_install.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename install.yml => pb_install.yml (100%) diff --git a/README.md b/README.md index 994ec7c..7424cbd 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ## Installation (k3s + baseline) -`ansible-playbook -i , install.yml` +`ansible-playbook -i , pb_install.yml` ## Installation (baseline only) diff --git a/install.yml b/pb_install.yml similarity index 100% rename from install.yml rename to pb_install.yml