Skip to content

Commit

Permalink
Merge pull request #7426 from freedomofpress/stg-7425-sdssh-dependency
Browse files Browse the repository at this point in the history
fix: set up the `sdssh` group before using it in ACLs
  • Loading branch information
legoktm authored Jan 24, 2025
2 parents 7674452 + 65de0ef commit 2b0454c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions install_files/ansible-base/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

- include_tasks: post_ubuntu_install_checks.yml

- include_tasks: create_users.yml

- include_tasks: setup_etc_hosts.yml

- include_tasks: harden_dns.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

- include_tasks: dh_moduli.yml

- include_tasks: create_users.yml

- include_tasks: ssh.yml

- include_tasks: iptables.yml
Expand Down

0 comments on commit 2b0454c

Please sign in to comment.