Skip to content
Snippets Groups Projects
Commit 2a03f5f9 authored by JORGE SASIAIN's avatar JORGE SASIAIN
Browse files

Fix "Update apt cache" handler.

As "update apt cache", it did not match the handler name ("Update apt cache"). The first ansible run failed (https://devops.stackexchange.com/questions/4365/ansible-handler-not-found-on-first-attempt)
parent 04e28709
Branches
Tags
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
state: present state: present
filename: netdevops filename: netdevops
notify: notify:
- update apt cache - Update apt cache
- name: Install Packages - name: Install Packages
ansible.builtin.apt: ansible.builtin.apt:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment