diff options
| author | 2022-01-10 22:52:55 +0000 | |
|---|---|---|
| committer | 2022-01-10 22:52:55 +0000 | |
| commit | ba0f6c2f287c254836cc4d22a68c342c018dedce (patch) | |
| tree | 1e64345c7932e1116081803b893fb5169da139fe /playbook.yml | |
| parent | Merge pull request #7 from python-discord/correct-workflow-step-names (diff) | |
Add JumpCloud Agent (#6)
Co-authored-by: ChrisJL <[email protected]>
Co-authored-by: Chris Lovering <[email protected]>
Diffstat (limited to 'playbook.yml')
| -rw-r--r-- | playbook.yml | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/playbook.yml b/playbook.yml index e11791b..115450a 100644 --- a/playbook.yml +++ b/playbook.yml @@ -3,3 +3,9 @@      - common    tags:      - common + +- hosts: all +  roles: +    - jumpcloud +  tags: +    - jumpcloud | 
