Commit b87cc03f authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: try removing the never tag

parent f7e85c4d
Loading
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -2,14 +2,10 @@

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

# initiate reboot
- name: "initiate rboot"
  tags:
    - "reboot"
    - "never"
  tags: "reboot"
  ansible.builtin.include_tasks: "reboot.yaml"
+0 −3
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
# install updates - debian
- name: "install updates - debian"
  when: 'ansible_os_family == "Debian"'
  tags: "update"
  block:

    # install updates
@@ -22,7 +21,6 @@
# install updates - rhel
- name: "install updates - rhel"
  when: 'ansible_os_family == "RedHat"'
  tags: "update"
  block:

    # install updates
@@ -47,7 +45,6 @@
# install updates - suse
- name: "install updates"
  when: 'ansible_os_family == "Suse"'
  tags: "update"
  block:

    # install updates