Skip to content

Commit 32a281d

Browse files
committed
semaphore
1 parent 787c0ce commit 32a281d

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

Diff for: kube-config.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,10 @@
55
hosts: kube_control_plane
66
tags: [kube_config]
77
gather_facts: true
8-
tasks:
9-
- name: Gather facts
10-
become: false
11-
ansible.builtin.setup:
12-
gather_subset: platform
8+
vars:
9+
local_user: semaphore
1310

14-
- name: Set local user
15-
become: false
16-
ansible.builtin.set_fact:
17-
local_user: "{{ lookup('env', 'USER') }}"
11+
tasks:
1812

1913
- name: Create local config dirs
2014
delegate_to: localhost

0 commit comments

Comments
 (0)