From 9816addcdc8e62ba3c2a64223fd4653bbac08250 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 19 Dec 2016 15:25:39 -0500 Subject: [PATCH] removed too generic 'infrastructure' --- lib/ansible/modules/infrastructure/foreman/__init__.py | 0 .../{infrastructure => remote_management/foreman}/__init__.py | 0 .../{infrastructure => remote_management}/foreman/foreman.py | 0 .../{infrastructure => remote_management}/foreman/katello.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 lib/ansible/modules/infrastructure/foreman/__init__.py rename lib/ansible/modules/{infrastructure => remote_management/foreman}/__init__.py (100%) rename lib/ansible/modules/{infrastructure => remote_management}/foreman/foreman.py (100%) rename lib/ansible/modules/{infrastructure => remote_management}/foreman/katello.py (100%) diff --git a/lib/ansible/modules/infrastructure/foreman/__init__.py b/lib/ansible/modules/infrastructure/foreman/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/lib/ansible/modules/infrastructure/__init__.py b/lib/ansible/modules/remote_management/foreman/__init__.py similarity index 100% rename from lib/ansible/modules/infrastructure/__init__.py rename to lib/ansible/modules/remote_management/foreman/__init__.py diff --git a/lib/ansible/modules/infrastructure/foreman/foreman.py b/lib/ansible/modules/remote_management/foreman/foreman.py similarity index 100% rename from lib/ansible/modules/infrastructure/foreman/foreman.py rename to lib/ansible/modules/remote_management/foreman/foreman.py diff --git a/lib/ansible/modules/infrastructure/foreman/katello.py b/lib/ansible/modules/remote_management/foreman/katello.py similarity index 100% rename from lib/ansible/modules/infrastructure/foreman/katello.py rename to lib/ansible/modules/remote_management/foreman/katello.py