copr-builders: pub keys need to be stored at spawn-time
For some unknown reason, TODO!
This commit is contained in:
parent
200719eadc
commit
e8fdcc2f54
1 changed files with 0 additions and 4 deletions
|
@ -157,13 +157,9 @@
|
|||
|
||||
- name: mockbuilder authorized_keys
|
||||
authorized_key: user=mockbuilder key='{{ lookup('file', 'files/buildsys.pub') }}'
|
||||
when:
|
||||
- prepare_base_image is defined
|
||||
|
||||
- name: root authorized_keys
|
||||
authorized_key: user=root key='{{ lookup('file', 'files/buildsys.pub') }}'
|
||||
when:
|
||||
- prepare_base_image is defined
|
||||
|
||||
- name: setup 10x more fds in limits.conf
|
||||
copy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue