diff --git a/contextualization/basic.yml b/contextualization/basic.yml index 5bf211782..e894d98ea 100644 --- a/contextualization/basic.yml +++ b/contextualization/basic.yml @@ -15,11 +15,6 @@ ignore_errors: yes changed_when: false - - name: Wait for any possibly running unattended upgrade to finish - raw: sudo systemd-run --property="After=apt-daily.service apt-daily-upgrade.service" --wait /bin/true - ignore_errors: yes - changed_when: false - # Some OSs does not have python by default - name: Check Python2 is installed raw: python2 -c 'import sys; print(sys.version_info[1])' diff --git a/contextualization/conf-ansible.yml b/contextualization/conf-ansible.yml index 34a144062..390394d0f 100644 --- a/contextualization/conf-ansible.yml +++ b/contextualization/conf-ansible.yml @@ -25,11 +25,6 @@ ignore_errors: yes changed_when: false - - name: Wait for any possibly running unattended upgrade to finish - raw: sudo systemd-run --property="After=apt-daily.service apt-daily-upgrade.service" --wait /bin/true - ignore_errors: yes - changed_when: false - ################### Some OSs does not have python by default ######################### - name: Check Python is installed raw: python3 -c 'import sys; print(sys.version_info[1])'