diff options
Diffstat (limited to 'roles/bootstrap/tasks')
-rw-r--r-- | roles/bootstrap/tasks/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/bootstrap/tasks/main.yml b/roles/bootstrap/tasks/main.yml index 3ab7e35..b737188 100644 --- a/roles/bootstrap/tasks/main.yml +++ b/roles/bootstrap/tasks/main.yml @@ -33,6 +33,11 @@ with_items: - "{{ ansible_ssh_private_key_file }}" +- name: sudo - install package + pkgng: + name: sudo + state: present + - name: sudo - no password for the deployment user template: src: sudoers.d_ansible.j2 |