Commit Graph

22 Commits (afd0e78f169b99551c4ba07a36e960ca52dddd51)

Author SHA1 Message Date
Richard C Isaacson 465b97be7e assemble module: fix insertion of newlines when not needed.
This builds on GH-6359 and changes the logic so that a newline is only inserted between fragments if the previous fragment does not end with a newline.
11 years ago
Peter Gehres 53c1d25c70 Fix for #6353 adding a newline between assembled files 11 years ago
Dolph Mathews 289f8f7ed9 spelling correction for "separate"
s/seperate/separate/

http://en.wiktionary.org/wiki/separate
11 years ago
James Cammarata bdd3ccec65 Un-escape newlines in delimiters for assemble module 11 years ago
James Cammarata 6283754340 Fixing several bugs in assemble and updating tests
Bugfixes:
* the remote_src param was not being converted to a boolean correctly,
  resulting in it never being used by the module as the default behavior
  was remote_src=True (issue #5581)
* the remote_src param was not listed in the generic file params, leading
  to a failure when the above bug regarding remote_src was fixed
* the delimiter should always end with a newline to ensure that the file
  fragments do not run together on one line

Fixes #5581
11 years ago
James Cammarata 33d9a662ee Adding new tests for assemble role 11 years ago
James Tanner 4f9aadcc07 Addresses #5023 Fix import comments 11 years ago
James Tanner 38edad70ac Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
Michael DeHaan 4c35b7f380 There's a cleaner way to do this, commit to module formatter pending.
Revert "No longer need to reference 'version_added' in docs for these, as this was quite a while ago."

This reverts commit ff0a41d446.
11 years ago
Michael DeHaan 9e4d71203d No longer need to reference 'version_added' in docs for these, as this was quite a while ago. 11 years ago
James Tanner 0f806cfdfa Merge pull request #4525 from ko-zu/ansible
Add a regexp parameter to assemble module to match or exclude filenames.
11 years ago
James Tanner 2e916df20f Add default for remote_src to assemble dostrings to avoid confusion 11 years ago
jctanner 28de7dab2f Merge pull request #4738 from bcoca/assemble_action_plugin
assemble can now use src from master/origin
11 years ago
Brian Coca 46b67e9b1f now assemble module is also action plugin and can use local source for
files
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
Daniel Koch fc8b88995a Clean up temp file left behind by assemble module 11 years ago
James Cammarata b37f65f9eb Added a delimiter example and a version_added string for assemble 11 years ago
James Cammarata 8c8c0d4ec4 Fixed a bug in the delimiter change for the assemble module 11 years ago
Phillip dea21cf6af adding an optional delimiter argument to the assemble module 11 years ago
Jan-Piet Mens 3404a0fc16 DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string
  Added deprecation warning to moduledev.rst and remove deprecated example from it
  Fixed up a few typos and uppercased some acronyms.
  add consistency to how EXAMPLES are formatted
11 years ago
Michael DeHaan 111f5239b4 Minor style tweak. 11 years ago
Timothy Appnel e0307445f8 Modified assemble module so the dest file is streamed together rather than built-in memory before writing. 11 years ago
Michael DeHaan cd97a4cb14 Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago