Fix numbering on V-38583

The boot loader file permissions fix is V-38583, not V-38582.

Change-Id: I1ea1163034969da7325fc519e3f39187d0a04755
This commit is contained in:
Major Hayden 2016-08-23 10:22:54 -05:00
parent fb33be7e68
commit a189e057df

View File

@ -39,12 +39,12 @@
- V-38581
when: grub_cfg.stat.exists
- name: V-38582 - Bootloader configuration files must have mode 0644 or less
- name: V-38583 - Bootloader configuration files must have mode 0644 or less
file:
path: "{{ grub_conf_file }}"
mode: 0644
tags:
- boot
- cat2
- V-38582
- V-38583
when: grub_cfg.stat.exists