diff --git a/defaults/main.yml b/defaults/main.yml index 8f89abc..4ab1ffb 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -13,7 +13,7 @@ ubuntu1804cis_section6: true ubuntu1804cis_selinux_disable: false # Ignore remount errors if you're building an image or are going to reboot anyway -ubuntu1804_cis_ignore_remount_errors: false +ubuntu1804cis_ignore_remount_errors: false # These variables correspond with the CIS rule IDs or paragraph numbers defined in # the CIS benchmark documents. diff --git a/handlers/main.yml b/handlers/main.yml index 0a61737..14c1ae0 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -26,7 +26,7 @@ masked: false state: reloaded when: ansible_virtualization_type != "docker" - ignore_errors: "{{ ubuntu1804cis_cis_ignore_remount_errors }}" + ignore_errors: "{{ ubuntu1804cis_ignore_remount_errors }}" - name: systemd restart var-tmp.mount become: true @@ -36,7 +36,7 @@ enabled: true masked: false state: reloaded - ignore_errors: "{{ ubuntu1804cis_cis_ignore_remount_errors }}" + ignore_errors: "{{ ubuntu1804cis_ignore_remount_errors }}" - name: generate new grub config become: true