99c4e02ecf
Name it instead "topics" so it won't be strange if some topics included "exercises" directory.
163 B
163 B
Update and Upgrade apt packages task - Solution
- name: "update and upgrade apt packages."
become: yes
apt:
upgrade: yes
update_cache: yes