Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthew Finkel
tor-browser-build
Commits
da8ca6fb
Unverified
Commit
da8ca6fb
authored
Sep 22, 2017
by
boklm
Browse files
Bug 23384: fix syntax to work with ansible 2.2
https://docs.ansible.com/ansible/latest/porting_guide_2.0.html#deprecated
parent
9c79f069
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/ansible/roles/tbb-team/tasks/main.yml
View file @
da8ca6fb
...
...
@@ -5,11 +5,11 @@
state
:
present
groups
:
tbb-build
shell
:
/bin/bash
with_items
:
tbb_team_members
with_items
:
"
{{
tbb_team_members
}}"
-
name
:
Add ssh keys to authorized_keys
authorized_key
:
user
:
"
{{
item
}}"
state
:
present
key
:
"
{{
lookup('file',
item
+
'.pub')
}}"
with_items
:
tbb_team_members
with_items
:
"
{{
tbb_team_members
}}"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment