Skip to content

Commit 880364a

Browse files
committed
fix 'prevent ssh hanging after NFS server reimaged in CI'
1 parent 3032020 commit 880364a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/bootstrap.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
path: /etc/profile
4646
search_string: HOSTNAME=$(/usr/bin/hostnamectl --transient 2>/dev/null) || \
4747
state: absent
48+
become: yes
4849
- name: Add system user groups
4950
ansible.builtin.group: "{{ item.group }}"
5051
loop: "{{ appliances_local_users }}"

0 commit comments

Comments
 (0)