Skip to content

Commit

Permalink
WIP ansible-run
Browse files Browse the repository at this point in the history
  • Loading branch information
langchr86 committed Oct 23, 2023
1 parent eceaa2c commit 28e8e8e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/ansible-run.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: ansible-run

on: [push, pull_request]

jobs:
ansible-run:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

- name: Run ansible playbook
run: ./provision.sh
1 change: 0 additions & 1 deletion ansible/roles/swapfile/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
fallocate -l {{ swapfile_size }} {{ swapfile_file }}
args:
creates: "{{ swapfile_file }}"
warn: false
register: _write_swapfile
tags:
- swapfile-write-file
Expand Down

0 comments on commit 28e8e8e

Please sign in to comment.