Skip to content

Add DEBUG setting

Fabian P. Schmidt requested to merge kerel-fs/satnogs-config:pr_dialog into master

If DEBUG setting is enabled ask for confirmation of parameters before running ansible.

Usage

pi@station2529:~ $ sudo SATNOGS_CONFIG_DEBUG=True satnogs-setup

When running "Update":

Run ansible-pull with these settings:
{'branch': 'optical',
 'extra_args': ['-o'],
 'playbook': 'local.yml',
 'tags': ['satnogs-setup'],
 'url': 'https://gitlab.com/kerel-fs/satnogs-client-ansible.git'}


Press y/Y to continue...

Merge request reports