diff --git a/playbooks/infrastructure/debian_update.yml b/playbooks/infrastructure/debian_update.yml index 6b7239b..2078eeb 100644 --- a/playbooks/infrastructure/debian_update.yml +++ b/playbooks/infrastructure/debian_update.yml @@ -3,4 +3,4 @@ hosts: all become: yes roles: - - infrastructure/debian_update + - roles/infrastructure/debian_update