Update install_morefine.yaml

This commit is contained in:
Laci Dusa 2023-07-31 10:30:12 +00:00
parent b4965924f0
commit 84ed1d53e7

View File

@ -1,11 +1,9 @@
- hosts: morefine - hosts: morefine
name: Install morefine name: Install morefine
become: yes become: yes
become_user: jd
tasks: tasks:
- name: Install ldap packages - name: Install ldap packages
ansible.builtin.apt: ansible.builtin.apt:
name: name:
- curl - curl
- yakuake - yakuake
become: true