sudo no longer needs a password
This commit is contained in:
@@ -65,6 +65,9 @@
|
|||||||
- name: Set timezone to NewYork
|
- name: Set timezone to NewYork
|
||||||
shell: timedatectl set-timezone America/New_York
|
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
|
- name: test for swap partition
|
||||||
shell: swapon -s | grep -E "^/"
|
shell: swapon -s | grep -E "^/"
|
||||||
register: swapfile
|
register: swapfile
|
||||||
|
|||||||
Reference in New Issue
Block a user