Style changes
This commit is contained in:
parent
4296823b3f
commit
248b921cb4
9 changed files with 82 additions and 77 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Reference in a new issue