From fc411eaf89ab935113fb7e30dce5611d31e64c53 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 10 Feb 2016 00:54:11 +0000 Subject: [PATCH] Rename plugins folders to standard Ansible names The standard Ansible names for the plugins folders [1] are singular. This patch renames our plural names to singular names so that when the plugins are downloaded into a default location there is no further configuration required. [1] https://github.com/ansible/ansible/blob/devel/lib/ansible/constants.py Change-Id: Ib965750f267d11287a6196e2544c3a014a3e2029 --- {actions => action}/config_template.py | 0 {callbacks => callback}/profile_tasks.py | 0 {filters => filter}/osa-filters.py | 0 {lookups => lookup}/py_pkgs.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {actions => action}/config_template.py (100%) rename {callbacks => callback}/profile_tasks.py (100%) rename {filters => filter}/osa-filters.py (100%) rename {lookups => lookup}/py_pkgs.py (100%) diff --git a/actions/config_template.py b/action/config_template.py similarity index 100% rename from actions/config_template.py rename to action/config_template.py diff --git a/callbacks/profile_tasks.py b/callback/profile_tasks.py similarity index 100% rename from callbacks/profile_tasks.py rename to callback/profile_tasks.py diff --git a/filters/osa-filters.py b/filter/osa-filters.py similarity index 100% rename from filters/osa-filters.py rename to filter/osa-filters.py diff --git a/lookups/py_pkgs.py b/lookup/py_pkgs.py similarity index 100% rename from lookups/py_pkgs.py rename to lookup/py_pkgs.py