gitea version: latest > 1.17.0 #16

Merged
hugopeixoto merged 2 commits from pin-gitea-version into master 2022-08-03 14:24:18 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 8c856d7a6c - Show all commits

View File

@ -6,6 +6,7 @@
- name: PREP LXD -- Check if ubuntu minimal repo already added.
shell: lxc remote list | grep ubuntu-minimal | wc -l
register: ubuntu_minimal_repo
check_mode: no
- name: PREP LXD -- Add ubuntu minimal repo
command: lxc remote add --protocol simplestreams ubuntu-minimal https://cloud-images.ubuntu.com/minimal/releases/
when: ubuntu_minimal_repo.stdout != "1"