feat: add Fresh RSS service
This commit is contained in:
parent
7ebbac3870
commit
6afeea39f2
5 changed files with 115 additions and 60 deletions
|
|
@ -1,5 +1,10 @@
|
|||
export ANSIBLE_VAULT_PASSWORD_FILE := ".decrypt-pass.txt"
|
||||
|
||||
# Debug output, disabled in CI
|
||||
export ANSIBLE_DISPLAY_ARGS_TO_STDOUT := if env('CI', '') == 'true' { 'false' } else { 'true' }
|
||||
export ANSIBLE_ENABLE_TASK_DEBUGGER := if env('CI', '') == 'true' { 'false' } else { 'true' }
|
||||
|
||||
|
||||
play +ARGS:
|
||||
ansible-playbook {{ ARGS }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue