Use fully qualified role names

This commit is contained in:
Albert Stefanov 2024-02-17 11:11:57 +02:00
parent a29efe00e0
commit 7ef8dfa40e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
- name: Add ssh keys for root
include_tasks: root_sshkeys.yml
ansible.builtin.include_tasks: root_sshkeys.yml
- name: Install sudo as it's needed for 'become'
ansible.builtin.package: