mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
Move ) to the right place.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
user: name=root password={{ rootpw }} state=present
|
||||
tags:
|
||||
- rootpw
|
||||
when: not (inventory_hostname.startswith('build') or inventory_hostname.startswith('releng')) or inventory_hostname.startswith('arm')
|
||||
when: not (inventory_hostname.startswith('build') or inventory_hostname.startswith('releng') or inventory_hostname.startswith('arm'))
|
||||
|
||||
- name: add ansible root key
|
||||
authorized_key: user=root key="{{ item }}"
|
||||
|
||||
Reference in New Issue
Block a user