diff --git a/playbooks/1_bootstrap.yml b/playbooks/1_bootstrap.yml index e96d6ff4..84c298de 100644 --- a/playbooks/1_bootstrap.yml +++ b/playbooks/1_bootstrap.yml @@ -2,7 +2,7 @@ - hosts: all gather_facts: false roles: - - role: ansible-role-bootstrap + - role: robertdebock.bootstrap tags: "bootstrap" become: true - role: mgrote_apt_manage_sources