Skip to content

Commit

Permalink
small typo bugfix ubuntu1804cis_cis_ignore_remount_errors
Browse files Browse the repository at this point in the history
  • Loading branch information
florianutz committed May 14, 2019
1 parent 2f87cd1 commit 589a557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 589a557

Please sign in to comment.