Set pbuilderrc globally
This commit is contained in:
parent
52c5770604
commit
e734b9f5a5
3 changed files with 5 additions and 4 deletions
|
@ -14,3 +14,8 @@
|
|||
- dh-make
|
||||
- fakeroot
|
||||
- pbuilder
|
||||
- name: Copy pbuilderrc
|
||||
become: true
|
||||
copy:
|
||||
src: pbuilderrc
|
||||
dest: /etc/pbuilderrc
|
||||
|
|
|
@ -19,7 +19,3 @@
|
|||
copy:
|
||||
src: openpgp.asc
|
||||
dest: "{{ ansible_env.HOME }}/.config/openpgp.asc"
|
||||
- name: Copy .pbuilderrc
|
||||
copy:
|
||||
src: pbuilderrc
|
||||
dest: "{{ ansible_env.HOME }}/.pbuilderrc"
|
||||
|
|
Loading…
Reference in a new issue