@@ -19,7 +19,7 @@
- name: Ensure root .bash_profile exists
ansible.builtin.file:
path: /root/.bash_profile
- state: touch
+ state: file
owner: root
group: root
mode: '0640'