diff options
Diffstat (limited to 'tasks/cloud_setup_basic.yml')
| -rw-r--r-- | tasks/cloud_setup_basic.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/cloud_setup_basic.yml b/tasks/cloud_setup_basic.yml index 8cd84e04e..8247b10e1 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -50,6 +50,7 @@ - name: enable ssh_sysadm_login sebool action: seboolean name=ssh_sysadm_login state=yes persistent=yes + ignore_errors: true # note - kinda should be a handler - but handlers need args - name: restorecon |
