Skip to content

Commit 6d94378

Browse files
committed
refactor: correct ssh playbook awx template tags
!26
1 parent 96a1ad7 commit 6d94378

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ssh.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,12 @@
6161
job_tags: check,configure,install,renew
6262
job_type: "run"
6363
labels:
64-
- awx
6564
- configure
66-
# credentials:
67-
# - "Local"
65+
- install
66+
- openssh
67+
- renew
68+
- sign
69+
- ssh
6870
verbosity: 2
6971
use_fact_cache: true
7072
survey_enabled: false

0 commit comments

Comments
 (0)