Skip to content

Commit c3ff18d

Browse files
authored
Add version to yambo_executables
1 parent ac324b5 commit c3ff18d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

defaults/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ yambo_executables:
1010
- name: yambo
1111
folder: "{{ yambo_prefix }}/bin"
1212
plugin: yambo.yambo
13+
version: "{{ yambo_version }}"
1314
- name: p2y
1415
folder: "{{ yambo_prefix }}/bin"
1516
plugin: yambo.yambo
17+
version: "{{ yambo_version }}"
1618
- name: ypp
1719
folder: "{{ yambo_prefix }}/bin"
20+
version: "{{ yambo_version }}"

0 commit comments

Comments
 (0)