From 32922528027d028fed13a7eea8807e0f39e3a8aa Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Tue, 17 Jan 2023 13:32:10 +0100 Subject: [PATCH] playbooks/automount: All playbooks should use .yml The playbooks automount-map-absent.yaml and automount-map-present.yaml have been using the wrong extention. The files have been renamed to use .yml now. --- .../{automount-map-absent.yaml => automount-map-absent.yml} | 0 .../{automount-map-present.yaml => automount-map-present.yml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename playbooks/automount/{automount-map-absent.yaml => automount-map-absent.yml} (100%) rename playbooks/automount/{automount-map-present.yaml => automount-map-present.yml} (100%) diff --git a/playbooks/automount/automount-map-absent.yaml b/playbooks/automount/automount-map-absent.yml similarity index 100% rename from playbooks/automount/automount-map-absent.yaml rename to playbooks/automount/automount-map-absent.yml diff --git a/playbooks/automount/automount-map-present.yaml b/playbooks/automount/automount-map-present.yml similarity index 100% rename from playbooks/automount/automount-map-present.yaml rename to playbooks/automount/automount-map-present.yml -- GitLab