Revert "now modules can implement with_items list globbing w/o updating"

This reverts commit 4942a06bc2.

Conflicts:

	lib/ansible/runner/__init__.py
This commit is contained in:
Michael DeHaan 2013-06-19 19:00:18 -04:00
parent 909395f81a
commit 79a9629108
3 changed files with 0 additions and 3 deletions

View file

@ -1,6 +1,5 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# WITH_ITEMS_USES_LIST
# (c) 2012, Flowroute LLC
# Written by Matthew Williams <matthew@flowroute.com>

View file

@ -1,6 +1,5 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# WITH_ITEMS_USES_LIST
# (c) 2013, bleader
# Written by bleader <bleader@ratonland.org>

View file

@ -1,6 +1,5 @@
#!/usr/bin/python -tt
# -*- coding: utf-8 -*-
# WITH_ITEMS_USES_LIST
# (c) 2012, Red Hat, Inc
# Written by Seth Vidal <skvidal at fedoraproject.org>