mirror of
https://github.com/OpenNebula/one.git
synced 2025-08-24 17:49:28 +03:00
M #-: Don't require sudo for local tasks (#2017)
This commit is contained in:
@ -20,12 +20,14 @@
|
||||
|
||||
- name: Check for /var/lib/one/.ssh/id_rsa.pub
|
||||
delegate_to: localhost
|
||||
become: no
|
||||
stat:
|
||||
path: /var/lib/one/.ssh/id_rsa.pub
|
||||
register: stat_id_rsa_pub
|
||||
|
||||
- name: Check for /var/lib/one/.ssh/known_hosts
|
||||
delegate_to: localhost
|
||||
become: no
|
||||
stat:
|
||||
path: /var/lib/one/.ssh/known_hosts
|
||||
register: stat_known_hosts
|
||||
|
Reference in New Issue
Block a user