Add a conclusion/todo-list
+ more generic on the gitea username + several corrections
This commit is contained in:
parent
12d4943e45
commit
8e132c1633
9 changed files with 62 additions and 17 deletions
|
@ -1,6 +1,11 @@
|
|||
---
|
||||
|
||||
# Add Jenkins repository for Debian
|
||||
- name: Install GPG - needed to add the repository key
|
||||
apt:
|
||||
name:
|
||||
- gpg
|
||||
state: present
|
||||
- name: Add Jenkins-stable.io repository key
|
||||
apt_key:
|
||||
id: "150FDE3F7787E7D11EF4E12A9B7D32F2D50582E6"
|
||||
|
|
Reference in a new issue