diff --git a/playbooks/install_morefine.yaml b/playbooks/install_morefine.yaml index 1d2b93c..e6328cd 100644 --- a/playbooks/install_morefine.yaml +++ b/playbooks/install_morefine.yaml @@ -1,8 +1,8 @@ - hosts: morefine name: Install morefine become: true - become_method: su - become_user: root + become_method: sudo + become_user: jd tasks: - name: Install ldap packages ansible.builtin.apt: