Commit 122e0474 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: add more tags

parent 4edcb294
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,8 +2,10 @@

# install updates
- name: "install updates"
  tags: "update"
  ansible.builtin.include_tasks: "update.yaml"

# initiate reboot
- name: "initiate reboot"
  tags: "reboot"
  ansible.builtin.include_tasks: "reboot.yaml"