UNPKG

@installdoc/ansible-gas-station

Version:

An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤

8 lines (7 loc) 298 B
--- - name: "Ensure {{ app_name }} is installed" dnf: name: pandoc state: "{{ app_state | default('present') }}" enablerepo: "{{ 'powertools' if ansible_distribution_major_version == 8 else 'epel' }}" update_cache: "{{ omit if skip_package_cache_update is defined else 'true' }}"