Skip to content

Commit

Permalink
Fix for a grup2-mkconfig error.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandruanghel committed Mar 1, 2016
1 parent 7a003bd commit c46406e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/common/vars/redhat-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ update_info:
state: latest
update_cache: yes

update_grub: 'grub2-mkconfig -o "$(readlink -n /etc/grub2.cfg)"'
update_grub: 'cd && grub2-mkconfig -o "$(readlink -n /etc/grub2.cfg)"'

ntp_service: chronyd
ntp_sync: "systemctl restart ntpdate"
Expand Down

0 comments on commit c46406e

Please sign in to comment.