diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-08-16 14:58:34 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-08-16 14:58:34 +0200 |
commit | 0b2fc8a4bb8aa868222e8df1f5d454047e3c1df5 (patch) | |
tree | 92f7b9e96c15d2d232667748dacc43f77960736c /roles/_workstation/env/tasks | |
parent | b232b894c3cbe087c8d504e91637dcf62199eed1 (diff) | |
download | infrastructure-0b2fc8a4bb8aa868222e8df1f5d454047e3c1df5.tar.gz |
roles/workstation: Monolithic role for workstation
Diffstat (limited to 'roles/_workstation/env/tasks')
-rw-r--r-- | roles/_workstation/env/tasks/main.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/_workstation/env/tasks/main.yml b/roles/_workstation/env/tasks/main.yml index ff9acd2..7575922 100644 --- a/roles/_workstation/env/tasks/main.yml +++ b/roles/_workstation/env/tasks/main.yml @@ -1,9 +1,3 @@ - -# _workstation/env ~~ roles/_workstation/env/tasks/main.yml -# useful env. variables for workstation - ---- - - name: retrieve BECOME method stat: path=/usr/bin/doas register: _workstation_env_become |