aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-01-13 14:01:26 -0800
committerclarkzjw <[email protected]>2023-01-13 14:01:26 -0800
commita67514529bf51b776feeb1724ff23079b9549718 (patch)
treeddebae93031942eea5dc0d5f25c298e0e60ebbcc /clarkzjw.ca/config/atlas/init.yaml
parent12ebe13899b44122739418e96f0422ef15b28330 (diff)
downloadhomelab-a67514529bf51b776feeb1724ff23079b9549718.tar.gz
fix init
Diffstat (limited to 'clarkzjw.ca/config/atlas/init.yaml')
-rw-r--r--clarkzjw.ca/config/atlas/init.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/clarkzjw.ca/config/atlas/init.yaml b/clarkzjw.ca/config/atlas/init.yaml
index d8c8ef9..3226121 100644
--- a/clarkzjw.ca/config/atlas/init.yaml
+++ b/clarkzjw.ca/config/atlas/init.yaml
@@ -1,8 +1,8 @@
1--- 1---
2- name: Init 2- name: Init
3 hosts: storinator 3 hosts: storinator
4 remote_user: clarkzjw 4 remote_user: root
5 gather_facts: false 5 gather_facts: true
6 6
7 roles: 7 roles:
8 - role: init 8 - role: init
Powered by cgit v1.2.3 (git 2.41.0)