Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
force_apt_get: yes add
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Oct 31, 2019
1 parent 67086fc commit 112053d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions menu/roles/gcloud_sdk/tasks/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# Install apt-transport-https
- name: install apt-transport-https
action: "{{backcompat_pkg_mgr}} name=apt-transport-https"
force_apt_get: yes
register: result_install_transport_https
until: result_install_transport_https is success
# Workaround https://github.com/ansible/ansible/issues/16868 and
Expand Down
1 change: 1 addition & 0 deletions menu/roles/gcloud_sdk/tasks/Debian_sudo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- name: install apt-transport-https
action: "{{backcompat_pkg_mgr}} name=apt-transport-https"
sudo: yes
force_apt_get: yes
register: result_install_transport_https
until: result_install_transport_https is success
# Workaround https://github.com/ansible/ansible/issues/16868 and
Expand Down

0 comments on commit 112053d

Please sign in to comment.