8c23697b8d
* added solutions and exercise to readme
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