Skip to content
Snippets Groups Projects
Commit 2283d3cf authored by nimrod's avatar nimrod
Browse files

- Validate config as a task (Ansible's validate requires specifying the config file).

parent cf244472
No related branches found
No related tags found
No related merge requests found
......@@ -24,4 +24,7 @@
owner: root
group: root
mode: 0o0644
validate: unattended-upgrade --dry-run
- name: Validate config
command: unattended-upgrade --dry-run
changed_when: False
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment