updated pkg state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2022-12-03 00:12:52 +01:00
parent a89fda04db
commit 58454865ff
2 changed files with 4 additions and 3 deletions

View File

@ -8,6 +8,6 @@ pkg-install:
- {{ pkg }}
{%- endfor %}
- refresh: false
- require:
- sls: repos
#- require:
# - sls: repos.prereqs
{%- endif %}

View File

@ -9,6 +9,7 @@ pkg-clean-task-schedule:
schedule.present:
- name: pkg-clean-task-schedule
- function: cmd.run
- job_args: apt-get clean
- job_args:
- apt-get clean
- minutes: 12
- hours: 12