Fixing typos and missing information.

This commit is contained in:
2021-01-31 13:02:29 -06:00
parent 537a0f59ca
commit a001cddb1a
4 changed files with 11 additions and 8 deletions

View File

@ -3,5 +3,5 @@
name:
- htop
- neofetch
- sshfs
- "{{ sshfs }}"
update_cache: yes

View File

@ -14,7 +14,7 @@
- name: Add Ansible Sudoers File
copy:
src: sudoers_ansible
dest: ""{{ sudoers_install_dir }}"/sudoers.d/ansible
dest: "{{ sudoers_install_dir }}"
owner: root
group: root
mode: 0440