diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 00b158c..034f196 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -65,6 +65,9 @@ - name: Set timezone to NewYork shell: timedatectl set-timezone America/New_York +- name: Replace sudoers file + template: src=../roles/common/templates/sudoers.j2 dest=/etc/sudoers + - name: test for swap partition shell: swapon -s | grep -E "^/" register: swapfile