summaryrefslogtreecommitdiff
path: root/ansible/playbook.yml
blob: 8de2f159139f1551ae46765e1a1767cc980858d1 (plain)
1
2
3
4
5
6
7
8
9
10
- name: LXC conf
  hosts: lxc
  gather_facts: yes
  become: yes 

  tasks:
    - name: Instalacja vima
      ansible.builtin.apt:
        name: vim
        state: present