diff options
author | clarkzjw <[email protected]> | 2023-01-13 14:01:26 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-01-13 14:01:26 -0800 |
commit | a67514529bf51b776feeb1724ff23079b9549718 (patch) | |
tree | ddebae93031942eea5dc0d5f25c298e0e60ebbcc /clarkzjw.ca/config/atlas/init.yaml | |
parent | 12ebe13899b44122739418e96f0422ef15b28330 (diff) | |
download | homelab-a67514529bf51b776feeb1724ff23079b9549718.tar.gz |
fix init
Diffstat (limited to 'clarkzjw.ca/config/atlas/init.yaml')
-rw-r--r-- | clarkzjw.ca/config/atlas/init.yaml | 4 |
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 |