Require aur build dir to be set
This commit is contained in:
parent
0fd1bd553e
commit
94ef803f10
1 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,8 @@
|
|||
- name: set aur build directory
|
||||
set_fact:
|
||||
aur_build_dir: '{{ aur_build_dir | /usr/local/src }}'
|
||||
# require
|
||||
- set_fact:
|
||||
fail:
|
||||
msg: 'Requires aur_build_dir variable to be set'
|
||||
when: not aur_build_dir
|
||||
|
||||
- name: set build directory
|
||||
set_fact:
|
||||
|
|
|
|||
Reference in a new issue