X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=automation%2Fansible%2Ftasks%2Fdebian_release_upgrade.yml;h=190d3be185922cb56d3e019d5572d469e67d052a;hb=2b47a432563b996b3c082ea8c61c21ebc64cc2e9;hp=3d9f6bb4eb6cd0af2d94f1176bfea5d934abb580;hpb=7a1ce7d7eb1d56bf903bdbeb89e81c4927bd81e2;p=lttng-ci.git diff --git a/automation/ansible/tasks/debian_release_upgrade.yml b/automation/ansible/tasks/debian_release_upgrade.yml index 3d9f6bb..190d3be 100644 --- a/automation/ansible/tasks/debian_release_upgrade.yml +++ b/automation/ansible/tasks/debian_release_upgrade.yml @@ -27,17 +27,17 @@ # @TODO: Check required disk space and available disk space - name: Download packages command: - cmd: 'apt-get -y -d upgrade' + cmd: 'apt-get -y -d upgrade {{apt_common_options}}' warn: false environment: "{{apt_noninteractive_environment}}" - name: Minimal upgrade run command: - cmd: 'apt upgrade -y --without-new-pkgs' + cmd: 'apt upgrade -y --without-new-pkgs {{apt_common_options}}' warn: false environment: "{{apt_noninteractive_environment}}" - name: Full upgrade run command: - cmd: 'apt full-upgrade -y' + cmd: 'apt full-upgrade -y {{apt_common_options}}' warn: false environment: "{{apt_noninteractive_environment}}" # @TODO: reconfigure grub if installed