mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
cleanup
This commit is contained in:
parent
ddef0ad771
commit
8755a2cba2
2 changed files with 1 additions and 22 deletions
22
.github/workflows/galaxy.yml
vendored
22
.github/workflows/galaxy.yml
vendored
|
@ -1,22 +0,0 @@
|
|||
---
|
||||
name: 🌌 Galaxy import
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
|
||||
jobs:
|
||||
import:
|
||||
name: 🚀 Galaxy Action
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: galaxy
|
||||
uses: robertdebock/galaxy-action@1.1.0
|
||||
with:
|
||||
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}
|
|
@ -8,6 +8,7 @@
|
|||
dest: /tmp/test
|
||||
group: "{{ restic_archiver__dir_owner }}"
|
||||
owner: "{{ restic_archiver__dir_group }}"
|
||||
mode: 0700
|
||||
no_log: true
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue