Skip to content

Commit

Permalink
fix conf
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Apr 11, 2022
1 parent 700b31d commit d8d7e46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions contextualization/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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])'
Expand Down
5 changes: 0 additions & 5 deletions contextualization/conf-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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])'
Expand Down

0 comments on commit d8d7e46

Please sign in to comment.