Task was missing a tag.

This commit is contained in:
Andrea Dell'Amico 2024-08-01 13:46:50 +02:00
parent a9ec075ebc
commit c6f9d45cf0
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
- name: Display the value of ntp_service_install - name: Display the value of ntp_service_install
ansible.builtin.debug: ansible.builtin.debug:
msg: "ntp_service_install: {{ ntp_service_install }}" msg: "ntp_service_install: {{ ntp_service_install }}"
tags: ntp
- block: - block:
- name: Install the ntp server - name: Install the ntp server