/dhall-ansible/Ansible/Builtin/Lineinfile/default.dhall

Copy path to clipboard

Source

{ attributes = None Text
, backrefs = None Bool
, backup = None Bool
, create = None Bool
, firstmatch = None Bool
, group = None Text
, insertafter = None ./insertafter.dhall
, insertbefore = None ./insertbefore.dhall
, line = None Text
, mode = None Text
, others = None Text
, owner = None Text
, regexp = None Text
, search_string = None Text
, selevel = None Text
, serole = None Text
, setype = None Text
, seuser = None Text
, state = None ./state.dhall
, unsafe_writes = None Bool
, validate = None Text
}