Task was missing a tag.
This commit is contained in:
parent
a9ec075ebc
commit
c6f9d45cf0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue