Skip to content

Commit

Permalink
delint, latest deps/CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein committed Feb 26, 2024
1 parent 9d56a4c commit ddae971
Show file tree
Hide file tree
Showing 41 changed files with 482 additions and 1,148 deletions.
3 changes: 3 additions & 0 deletions .config/ansible-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
skip_list:
- 'name[template]'
45 changes: 3 additions & 42 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,44 +1,5 @@
---
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: install task
uses: arduino/setup-task@v1
with:
repo-token: ${{ github.token }}
- name: task ver
run: task --version
- name: download task mono
uses: actions/checkout@v3
with:
path: taskmono
ref: develop
repository: andrewrothstein/tasks
- name: 'task #ftw'
run: task -t taskmono/ansible-test-role.yml "targetuser=${{ github.actor }}"
"targetpwd=${{ github.token }}" "alltags=${{ matrix.os }}"
strategy:
fail-fast: false
matrix:
os:
- archlinux_latest
- debian_bookworm
- debian_bullseye
- fedora_37
- fedora_38
- rockylinux_8
- rockylinux_9
- ubuntu_bionic
- ubuntu_focal
- ubuntu_jammy
python-version:
- '3.11'
name: dcb
'on':
- push
bake-ansible-images-v1:
uses: andrewrothstein/.github/.github/workflows/bake-ansible-images-v1.yml@develop
'on': push
3 changes: 3 additions & 0 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
rules:
line-length: disable
11 changes: 0 additions & 11 deletions dcb-os.yml

This file was deleted.

File renamed without changes.
1 change: 0 additions & 1 deletion library/conda.py

This file was deleted.

Loading

0 comments on commit ddae971

Please sign in to comment.