1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_base.git synced 2024-08-16 14:29:50 +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: '*' branches: '*'
pull_request: pull_request:
branches: '*' branches: '*'
schedule:
- cron: '23 6 * */1 *'
jobs: jobs:
build: build:

View file

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

View file

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

View file

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

View file

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