diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-31 23:44:54 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-31 23:44:54 +0200 |
commit | 727ab17a644d52105746e18c301cf733b1181507 (patch) | |
tree | 71113c6efae3074899de965aee5489cb76362f8e /roles/common/tasks/main.yml | |
parent | downgrade Ansible (diff) | |
download | maintenance-727ab17a644d52105746e18c301cf733b1181507.tar.gz maintenance-727ab17a644d52105746e18c301cf733b1181507.zip |
move Ansible files to src/
Diffstat (limited to 'roles/common/tasks/main.yml')
-rw-r--r-- | roles/common/tasks/main.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml deleted file mode 100644 index fb0eaed..0000000 --- a/roles/common/tasks/main.yml +++ /dev/null @@ -1,17 +0,0 @@ -- name: Check available tools - ansible.builtin.include_tasks: tool.yml - loop: - - apt - - docker - - flatpak - - pacman - - rate-mirrors - - snap - - vagrant - - yay - -- name: Check if /etc is versioned - become: true - ansible.builtin.stat: - path: /etc/.git/config - register: etc_versioned |