We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23acd55 commit 84bf4dfCopy full SHA for 84bf4df
tests/tests_user_config.yml
@@ -51,7 +51,7 @@
51
- name: Stat the .ssh dir
52
become: true
53
become_user: "{{ username }}"
54
- become_method: su
+ become_method: ansible.builtin.su
55
stat:
56
path: "/home/{{ username }}/.ssh"
57
register:
@@ -68,7 +68,7 @@
68
- name: Make sure the file is readable by user
69
70
71
72
73
path: "/home/{{ username }}/.ssh/config"
74
@@ -100,7 +100,7 @@
100
- name: Test the effective configuration using ssh
101
102
103
104
command: ssh -vvv -G example
105
register: effective
106
when:
0 commit comments