1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_packages.git synced 2024-08-16 10:19:51 +02:00

Improve docs and github action cronjob

This commit is contained in:
L3D 2021-08-02 12:51:56 +02:00
parent 7be2fdcd47
commit 0b87585d81
Signed by: l3d
GPG key ID: CD08445BFF4313D1
5 changed files with 2 additions and 7 deletions

View file

@ -7,8 +7,6 @@ on:
branches: '*'
pull_request:
branches: '*'
schedule:
- cron: '23 6 * */1 *'
jobs:
build:

View file

@ -7,8 +7,6 @@ on:
branches: '*'
pull_request:
branches: '*'
schedule:
- cron: '42 6 * */1 *'
jobs:
build:

View file

@ -7,8 +7,6 @@ on:
branches: '*'
pull_request:
branches: '*'
schedule:
- cron: '23 6 * */1 *'
jobs:
yamllint:

View file

@ -27,6 +27,7 @@ base__add_ethz: true
# add nonfree/firmware packages?
base__pkg_non_free_firmware: false
base__pkg_contrib: false
base__pkg_security: true
# optionaly print some OS vars
base__print_os_vars: false

View file

@ -61,5 +61,5 @@ base__linux_packages:
- bzip2
- jq
playbook_version_number: 9013
playbook_version_number: 9014
playbook_version_path: 'base-packages_roles-ansible_github.version'