Style changes

This commit is contained in:
Sonny Bakker 2021-02-01 21:16:53 +01:00
parent 4296823b3f
commit 248b921cb4
9 changed files with 82 additions and 77 deletions

View file

@ -9,14 +9,14 @@
- '{{ role_path }}/vars'
- name: install packages
become: yes
become: true
package:
name: '{{ item }}'
state: present
loop: '{{ known_hosts_packages }}'
- name: retrieve user $HOME
shell: 'echo $HOME' # noqa 301
shell: 'echo $HOME'
become_user: '{{ user }}'
register: home_stats