From 1d1bbdda831fefaaf524404c636fa521a77760e2 Mon Sep 17 00:00:00 2001 From: emo Date: Wed, 6 Mar 2024 01:23:55 +0100 Subject: [PATCH] Renames playbook --- .../{launch_linux_container.yml => image_published_locally.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename playbooks/{launch_linux_container.yml => image_published_locally.yml} (69%) diff --git a/playbooks/launch_linux_container.yml b/playbooks/image_published_locally.yml similarity index 69% rename from playbooks/launch_linux_container.yml rename to playbooks/image_published_locally.yml index 7f590e2..43abcc5 100644 --- a/playbooks/launch_linux_container.yml +++ b/playbooks/image_published_locally.yml @@ -1,5 +1,5 @@ --- -- name: launch linux container +- name: Create and publish Linux container image to a local image server hosts: localhost gather_facts: false tasks: