From 678e1553285124c8c30e97f746613d5587701acc Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 10 Oct 2018 12:30:26 -0400 Subject: [PATCH] infra: fix a typo in filename configure_firewall is missing its dot. Signed-off-by: Guillaume Abrioux --- .../tasks/{configure_firewallyml => configure_firewall.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename roles/ceph-infra/tasks/{configure_firewallyml => configure_firewall.yml} (100%) diff --git a/roles/ceph-infra/tasks/configure_firewallyml b/roles/ceph-infra/tasks/configure_firewall.yml similarity index 100% rename from roles/ceph-infra/tasks/configure_firewallyml rename to roles/ceph-infra/tasks/configure_firewall.yml -- 2.39.5