Ah, should be .stdout
This commit is contained in:
parent
8c8bf19596
commit
1162264892
|
@ -20,7 +20,7 @@
|
||||||
git:
|
git:
|
||||||
repo: 'https://github.com/tootsuite/mastodon.git'
|
repo: 'https://github.com/tootsuite/mastodon.git'
|
||||||
dest: /home/mastodon/live
|
dest: /home/mastodon/live
|
||||||
version: MASTODON_VERSION
|
version: "{{ MASTODON_VERSION.stdout }}"
|
||||||
become: true
|
become: true
|
||||||
become_user: mastodon
|
become_user: mastodon
|
||||||
- name: Install bundler
|
- name: Install bundler
|
||||||
|
|
Loading…
Reference in New Issue