Death to all trailing whitespace.
This commit is contained in:
parent
fd129648ae
commit
04a52b8667
131 changed files with 311 additions and 311 deletions
|
@ -53,14 +53,14 @@
|
|||
# tags:
|
||||
# - config
|
||||
|
||||
- name: add ansible root key
|
||||
- name: add ansible root key
|
||||
authorized_key: user=root key="{{ item }}"
|
||||
with_file:
|
||||
- /srv/web/infra/ansible/roles/base/files/ansible-pub-key
|
||||
tags:
|
||||
- config
|
||||
- sshkeys
|
||||
|
||||
|
||||
- name: add root keys for sysadmin-main and other allowed users
|
||||
authorized_key: user=root key="{{ item }}"
|
||||
with_lines: "/srv/web/infra/ansible/scripts/auth-keys-from-fas @sysadmin-main {{ root_auth_users }}"
|
||||
|
@ -94,7 +94,7 @@
|
|||
- packages
|
||||
|
||||
- name: write out global-update-applied file if we updated
|
||||
copy: content="updated" dest=/etc/sysconfig/global-update-applied
|
||||
copy: content="updated" dest=/etc/sysconfig/global-update-applied
|
||||
when: updated is defined
|
||||
tags:
|
||||
- packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue