Skip to content

Commit

Permalink
Fix ansible-lint issues (#1924)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Dec 29, 2023
1 parent bd4ddea commit e81e7be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/manager-part-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
skopeo copy dir:/home/dragon/images/{{ item }} docker-daemon:osism.harbor.regio.digital/osism/{{ item }}
fi
loop: "{{ images_stable }}"
changed_when: true
args:
executable: /bin/bash

Expand Down
2 changes: 2 additions & 0 deletions environments/custom/playbook-import-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
ansible.builtin.command:
cmd: "skopeo copy dir:/home/dragon/images/{{ item }} docker-daemon:osism.harbor.regio.digital/osism/{{ item }}"
loop: "{{ images_ceph }}"
changed_when: true

- name: Import stable openstack images
ansible.builtin.command:
cmd: "skopeo copy dir:/home/dragon/images/{{ item }} docker-daemon:osism.harbor.regio.digital/kolla/release/{{ item }}"
loop: "{{ images_openstack }}"
changed_when: true

0 comments on commit e81e7be

Please sign in to comment.