Skip to content

Commit

Permalink
Ensure packages are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
trsau committed Apr 30, 2021
1 parent 751926c commit 0f32790
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
- mariadb-server
- chrony
state: present
update_cache: yes
when: patch_with=="apt"

- name: 'Install required packages - OS Version 7'
Expand All @@ -58,6 +59,7 @@
name:
- python3-pymysql
state: present
update_cache: yes
when: patch_with=="apt"

- name: 'Enable chrony service'
Expand Down

0 comments on commit 0f32790

Please sign in to comment.