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
|
- name: Set up development machine
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
vars_prompt:
|
vars_prompt:
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
- name: Remove pre-installed bash configurations which could cause conflicts
|
- name: Remove pre-installed bash configurations which could cause conflicts
|
||||||
file:
|
file:
|
||||||
state: absent
|
state: absent
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
- name: Create local bin directory
|
- name: Create local bin directory
|
||||||
file:
|
file:
|
||||||
path: ~/.local/bin
|
path: ~/.local/bin
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
- name: Create the dircolors config directory
|
- name: Create the dircolors config directory
|
||||||
file:
|
file:
|
||||||
path: ~/.config/dircolors
|
path: ~/.config/dircolors
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
- name: Install git (Debian)
|
- name: Install git (Debian)
|
||||||
when: ansible_os_family == "Debian"
|
when: ansible_os_family == "Debian"
|
||||||
become: yes
|
become: yes
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
- name: Check if hushlogin exists
|
- name: Check if hushlogin exists
|
||||||
register: hushlogin_stat
|
register: hushlogin_stat
|
||||||
stat:
|
stat:
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
- name: Create the mintty config directory
|
- name: Create the mintty config directory
|
||||||
file:
|
file:
|
||||||
path: ~/.config/mintty
|
path: ~/.config/mintty
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
- name: Set up Debian machine
|
- name: Set up Debian machine
|
||||||
when: ansible_os_family == "Debian"
|
when: ansible_os_family == "Debian"
|
||||||
become: yes
|
become: yes
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
- name: Install python3 (Debian)
|
- name: Install python3 (Debian)
|
||||||
when: ansible_os_family == "Debian"
|
when: ansible_os_family == "Debian"
|
||||||
become: yes
|
become: yes
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
- name: Create the readline config directory
|
- name: Create the readline config directory
|
||||||
file:
|
file:
|
||||||
path: ~/.config/readline
|
path: ~/.config/readline
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
- name: Create the SSH directory
|
- name: Create the SSH directory
|
||||||
file:
|
file:
|
||||||
path: ~/.ssh
|
path: ~/.ssh
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
- name: Install tmux (Debian)
|
- name: Install tmux (Debian)
|
||||||
when: ansible_os_family == "Debian"
|
when: ansible_os_family == "Debian"
|
||||||
become: yes
|
become: yes
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
- name: Install vim (Debian)
|
- name: Install vim (Debian)
|
||||||
when: ansible_os_family == "Debian"
|
when: ansible_os_family == "Debian"
|
||||||
become: yes
|
become: yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue