I'm going to explode if I have to make one more minor change to this simple playbook

This commit is contained in:
Bradley Bickford 2024-09-21 12:48:22 -04:00
parent 9922b6080b
commit af210e8cb4

View File

@ -22,7 +22,7 @@
path: "/etc/sudoers.d/50-ansible"
line: "ansible ALL=(ALL) NOPASSWD: ALL"
create: true
validate: "visudo -cf"
validate: "visudo -cf %s"
- name: Add authorized key for ansible user
ansible.builtin.authorized_key: