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 }} - {{ pkg }}
{%- endfor %} {%- endfor %}
- refresh: false - refresh: false
- require: #- require:
- sls: repos # - sls: repos.prereqs
{%- endif %} {%- endif %}

View File

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