ansible_public/playbooks/installers/install_geany.yaml

15 lines
309 B
YAML
Raw Permalink Normal View History

2022-06-14 18:53:16 +02:00
---
- hosts: '{{ variable_host | default("lab15_standard") }}'
gather_facts: no
connection: local
become: yes
tasks:
- name: read Geany repository
apt_repository:
repo: ppa:geany-dev/ppa
- name: install geany
apt:
pkg:
- geany