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