Compare commits
No commits in common. "8c856d7a6c9c5b9b46f72fd090f30ff6219ada21" and "fdc9b6d2e636ae97fae7f4971175280663b79af6" have entirely different histories.
8c856d7a6c
...
fdc9b6d2e6
@ -6,7 +6,6 @@
|
||||
- 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"
|
||||
|
Loading…
Reference in New Issue
Block a user