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 ⛽🔥🤤

12 lines (10 loc) 285 B
--- - name: Copy .hyper.js win_copy: src: .hyper.js dest: "{{ user_profile }}\\.hyper.js" - name: Update font size in .hyper.js for Windows win_lineinfile: path: "{{ user_profile }}\\.hyper.js" regex: "fontSize: 12," line: "fontSize: {{ windows_font_size }},"