From 58abaf0d479899ac23357698dd1391f1063634cf Mon Sep 17 00:00:00 2001 From: kim Date: Mon, 15 Apr 2024 16:03:58 +0200 Subject: [PATCH] Update task name for ctop --- tasks/{customs.yml => ctop.yml} | 0 tasks/main.yml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename tasks/{customs.yml => ctop.yml} (100%) diff --git a/tasks/customs.yml b/tasks/ctop.yml similarity index 100% rename from tasks/customs.yml rename to tasks/ctop.yml diff --git a/tasks/main.yml b/tasks/main.yml index a6df3f5..305cbfe 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -7,8 +7,8 @@ - name: install packages import_tasks: packages.yml -- name: install custom software - import_tasks: customs.yml +- name: install ctop + import_tasks: ctop.yml - name: openssh settings import_tasks: openssh.yml