Minor change.

This commit is contained in:
Brian Lee 2023-08-11 12:23:17 -07:00
parent ca09628ea8
commit c261677c0b

View File

@ -63,7 +63,7 @@
line: 'export EDITOR=vim' line: 'export EDITOR=vim'
- regexp: '^(export )?SUDO_EDITOR=' - regexp: '^(export )?SUDO_EDITOR='
line: 'export SUDO_EDITOR=vim' line: 'export SUDO_EDITOR=vim'
when: ansible_os_family == 'RedHat' when: ansible_os_family != 'Debian'
- name: Add functional alias to restart a service and show the log - name: Add functional alias to restart a service and show the log
blockinfile: blockinfile: