Skip to content

Commit

Permalink
fix: add cron to apt_packages_default
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasDemea authored Jul 27, 2023
1 parent e0cdc3d commit 91ae2ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/common/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ apt_packages_default:
python3-mysqldb: "{{ apt_package_state }}"
python3-pycurl: "{{ apt_package_state }}"
unzip: "{{ apt_package_state }}"
cron: "{{ apt_package_state }}"

apt_packages_custom: {}
apt_packages: "{{ apt_packages_default | combine(apt_packages_custom) }}"
Expand Down

0 comments on commit 91ae2ce

Please sign in to comment.