Skip to content

Commit

Permalink
Revert docker install
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrarimarco committed Nov 7, 2023
1 parent 6546230 commit a15b1b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/ansible/playbooks/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@
changed_when: false
failed_when: systemctl_status.rc > 1
roles:
- role: geerlingguy.docker
become: true
- role: ferrarimarco_home_lab_bootstrap
...
2 changes: 2 additions & 0 deletions config/ansible/playbooks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
hosts: all
gather_facts: true
roles:
- role: geerlingguy.docker
become: true
- role: ferrarimarco_home_lab_node
...

0 comments on commit a15b1b5

Please sign in to comment.