Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Sep 10, 2024
1 parent b058405 commit 13c0256
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/cloud-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ write_files:
# 2. Once logged in, they have unrestricted sudo power:
%egi-eu_cloud-egi-eu ALL=(ALL) NOPASSWD:ALL
path: /etc/sudoers.d/motley
permissions: '0644'
permissions: "0644"
7 changes: 4 additions & 3 deletions deploy/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
- hosts: all
become: true
roles:
- role: 'grycap.motley-cue'
ssh_oidc_other_vos_name: cloud.egi.eu
ssh_oidc_other_vos_role: auditor
- role: "grycap.motley-cue"
vars:
ssh_oidc_other_vos_name: cloud.egi.eu
ssh_oidc_other_vos_role: auditor
- role: catchall
vars:
site_config_dir: ../sites/

0 comments on commit 13c0256

Please sign in to comment.