diff --git a/playbooks/install_morefine.yaml b/playbooks/install_morefine.yaml index 8b13789..0dc13e5 100644 --- a/playbooks/install_morefine.yaml +++ b/playbooks/install_morefine.yaml @@ -1 +1,8 @@ - +- hosts: morefine + name: Install morefine + become: true + tasks: + - name: Install ldap packages + ansible.builtin.apt: + name: + - curl