Remove optional --- from YAML files
This commit is contained in:
parent
073790d6cf
commit
7d961dd352
13 changed files with 0 additions and 13 deletions
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- name: Set up development machine
|
||||
hosts: localhost
|
||||
vars_prompt:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- name: Remove pre-installed bash configurations which could cause conflicts
|
||||
file:
|
||||
state: absent
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- name: Create local bin directory
|
||||
file:
|
||||
path: ~/.local/bin
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- name: Create the dircolors config directory
|
||||
file:
|
||||
path: ~/.config/dircolors
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- name: Install git (Debian)
|
||||
when: ansible_os_family == "Debian"
|
||||
become: yes
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- name: Check if hushlogin exists
|
||||
register: hushlogin_stat
|
||||
stat:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- name: Create the mintty config directory
|
||||
file:
|
||||
path: ~/.config/mintty
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- name: Set up Debian machine
|
||||
when: ansible_os_family == "Debian"
|
||||
become: yes
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- name: Install python3 (Debian)
|
||||
when: ansible_os_family == "Debian"
|
||||
become: yes
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- name: Create the readline config directory
|
||||
file:
|
||||
path: ~/.config/readline
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- name: Create the SSH directory
|
||||
file:
|
||||
path: ~/.ssh
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- name: Install tmux (Debian)
|
||||
when: ansible_os_family == "Debian"
|
||||
become: yes
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
- name: Install vim (Debian)
|
||||
when: ansible_os_family == "Debian"
|
||||
become: yes
|
||||
|
|
Loading…
Add table
Reference in a new issue