Created
May 27, 2016 13:00
-
-
Save klashxx/41730743f1723da926075e9bbcf55479 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- name: Test split | |
hosts: localhost | |
gather_facts: false | |
vars: | |
- svnpath: trunk/Configuracion/App_ | |
tasks: | |
- name: Let's split | |
debug: var=item | |
with_items: "{{ svnpath.split('/', 1) }}" |
Author
klashxx
commented
May 27, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment