From a3c58e4d0e240d9b61b2edd62690930519c77ab1 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Tue, 9 Apr 2019 15:31:20 +1000 Subject: [PATCH] DCD-224: Rename linux-common to linux_common for consistency. --- roles/{linux-common => linux_common}/.yamllint | 0 .../{linux-common => linux_common}/molecule/default/Dockerfile.j2 | 0 .../{linux-common => linux_common}/molecule/default/molecule.yml | 0 .../{linux-common => linux_common}/molecule/default/playbook.yml | 0 .../molecule/default/tests/test_default.py | 0 roles/{linux-common => linux_common}/tasks/debian.yml | 0 roles/{linux-common => linux_common}/tasks/main.yml | 0 roles/{linux-common => linux_common}/tasks/redhat.yml | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename roles/{linux-common => linux_common}/.yamllint (100%) rename roles/{linux-common => linux_common}/molecule/default/Dockerfile.j2 (100%) rename roles/{linux-common => linux_common}/molecule/default/molecule.yml (100%) rename roles/{linux-common => linux_common}/molecule/default/playbook.yml (100%) rename roles/{linux-common => linux_common}/molecule/default/tests/test_default.py (100%) rename roles/{linux-common => linux_common}/tasks/debian.yml (100%) rename roles/{linux-common => linux_common}/tasks/main.yml (100%) rename roles/{linux-common => linux_common}/tasks/redhat.yml (100%) diff --git a/roles/linux-common/.yamllint b/roles/linux_common/.yamllint similarity index 100% rename from roles/linux-common/.yamllint rename to roles/linux_common/.yamllint diff --git a/roles/linux-common/molecule/default/Dockerfile.j2 b/roles/linux_common/molecule/default/Dockerfile.j2 similarity index 100% rename from roles/linux-common/molecule/default/Dockerfile.j2 rename to roles/linux_common/molecule/default/Dockerfile.j2 diff --git a/roles/linux-common/molecule/default/molecule.yml b/roles/linux_common/molecule/default/molecule.yml similarity index 100% rename from roles/linux-common/molecule/default/molecule.yml rename to roles/linux_common/molecule/default/molecule.yml diff --git a/roles/linux-common/molecule/default/playbook.yml b/roles/linux_common/molecule/default/playbook.yml similarity index 100% rename from roles/linux-common/molecule/default/playbook.yml rename to roles/linux_common/molecule/default/playbook.yml diff --git a/roles/linux-common/molecule/default/tests/test_default.py b/roles/linux_common/molecule/default/tests/test_default.py similarity index 100% rename from roles/linux-common/molecule/default/tests/test_default.py rename to roles/linux_common/molecule/default/tests/test_default.py diff --git a/roles/linux-common/tasks/debian.yml b/roles/linux_common/tasks/debian.yml similarity index 100% rename from roles/linux-common/tasks/debian.yml rename to roles/linux_common/tasks/debian.yml diff --git a/roles/linux-common/tasks/main.yml b/roles/linux_common/tasks/main.yml similarity index 100% rename from roles/linux-common/tasks/main.yml rename to roles/linux_common/tasks/main.yml diff --git a/roles/linux-common/tasks/redhat.yml b/roles/linux_common/tasks/redhat.yml similarity index 100% rename from roles/linux-common/tasks/redhat.yml rename to roles/linux_common/tasks/redhat.yml