Skip to content

Commit

Permalink
chore: use docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
maskudo committed Apr 20, 2024
1 parent bfacfc8 commit 9b46a09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on: [push]
jobs:
run-ansible-playbook:
runs-on: ubuntu-latest
container:
image: ubuntu:latest
steps:
- name: Set up Python
uses: actions/setup-python@v2
Expand Down
4 changes: 2 additions & 2 deletions local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
roles:
- core
- configs
# - fonts
# - gui
- fonts
- gui
# - laptop
- programming

0 comments on commit 9b46a09

Please sign in to comment.