Skip to content

Commit 25e40ee

Browse files
committed
Use sshconfig_ as prefix of variables in ssshconfig role
Signed-off-by: Sebastian Neumann <[email protected]>
1 parent 3f221e7 commit 25e40ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: molecule/delegated/vars/sshconfig.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
2-
operator_user: zuul
3-
operator_group: zuul
2+
sshconfig_operator_user: zuul
3+
sshconfig_operator_group: zuul

Diff for: roles/sshconfig/tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
become: true
44
ansible.builtin.shell: |
55
set -o pipefail
6-
getent passwd {{ operator_user }} | cut -d: -f6
6+
getent passwd {{ sshconfig_operator_user }} | cut -d: -f6
77
args:
88
executable: /bin/bash
99
changed_when: false

0 commit comments

Comments
 (0)